From bfe016c2a0caeacada764bfa68516e54c635cea0 Mon Sep 17 00:00:00 2001 From: Tanvi Jain Date: Thu, 3 Aug 2023 18:54:22 +0530 Subject: [PATCH] Add files via upload --- preg1.css | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 preg1.css diff --git a/preg1.css b/preg1.css new file mode 100644 index 0000000..a729763 --- /dev/null +++ b/preg1.css @@ -0,0 +1,69 @@ +html, body { + height: 100%; + margin: 0; + padding: 0; + } + +body{ + + background:liear-gradient(40deg,#00ff00,#50ebec); + +} + +.container{ + /* background:radial-gradient(white 90%,#FF00FF 10%); */ + background-color:white; + border-radius:10px; + justify-content:center; + height:auto; + width:400px; + margin-top:20px; + + /* padding: 20px; */ + color:black; +} + +im{ + float:left; + height:270px; + width:300px; + border-radius:50px; +} +table{ + color:black; + float:center; +} +div.card { + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1.0), 0 6px 20px 0 rgba(0, 0, 0, 1.0); + /* text-align: left; */ + /* padding-left:50px; */ + height:auto; +} +.mybutton{ + background-color: black; + font-size:18px; + text-decoration:none; + color:white; + border-radius:5px; + width:50%; + height:auto; + border-color:transparent; + border-width:1px; + transition: .3s; + font-style: bold; + font-family: 'Open Sans', sans-serif; + +} + +.mybutton:hover{ + + border-radius:7px; + width:55%; + + +} +input{ + border-radius:10px; + height:50%; + width:90%; +} \ No newline at end of file