diff --git a/css/clone.css b/css/clone.css index ebe6871..6ec07cc 100644 --- a/css/clone.css +++ b/css/clone.css @@ -11,6 +11,7 @@ width: 100%; margin-bottom: 0; } + #one::before { content: ""; height: 132vh; @@ -24,17 +25,17 @@ opacity: 0.8; } -#one1 -{ +#one1 { color: white; border-left: 6px solid greenyellow; height: auto; margin-left: 2%; font-size: 30px; - padding-top: 2%; + padding-top: 2%; } -a:link, a:visited -{ + +a:link, +a:visited { float: right; color: white; font-size: 18px; @@ -43,59 +44,69 @@ a:link, a:visited text-decoration: none; display: inline-block; } -a:hover, a:active -{ + +a:hover, +a:active { color: greenyellow; } -.navbtn{ + +.navbtn { position: absolute; - top:20px; + top: 20px; right: 10px; } -.navbtn1{ + +.navbtn1 { position: absolute; - top:20px; + top: 20px; right: 10px; - visibility: hidden ; + visibility: hidden; } + + /* navbar responsive */ -@media(max-width:1600px){ - #one2{ + +@media(max-width:1600px) { + #one2 { display: block; } - #one_2{ + #one_2 { display: none; } - .navbtn{ + .navbtn { display: none; } } + @media(max-width:1200px) { - a:link, a:visited { + a:link, + a:visited { font-size: 18px; padding: 4px 15px; - } + } } + @media(max-width:850px) { #one::before { height: 120vh; } - a:link, a:visited { + a:link, + a:visited { padding: 4px 5px; } - } -@media(max-width:950px){ - .nav{ + +@media(max-width:950px) { + .nav { height: 15vh; } - #one2{ + #one2 { display: none; } - #one::before{ - top:15vh; + #one::before { + top: 15vh; } - #one_2{ + #one_2 { display: flex; flex-direction: column; width: 100%; @@ -106,199 +117,224 @@ a:hover, a:active margin: 0; visibility: hidden; } - #one_2 a{ + #one_2 a { text-align: left; padding-left: 5%; - } - .navbtn{ + .navbtn { display: block; } - } + @media(max-width:600px) { #one::before { - top:15vh; + top: 15vh; height: 80vh; } } -.mh{ + +.mh { font-size: 1.1em; } -#one3 -{ + +#one3 { font-size: 60px; text-align: center; - color:white; + color: white; padding-bottom: 10%; margin-top: 10%; - } .mid { text-align: center; } + .mid img { width: 60%; height: auto; } -#one31 -{ +#one31 { font-size: 30px; text-align: center; - color:white; + color: white; padding-bottom: 3%; margin-top: 1%; - } -#one32 -{ + +#one32 { font-size: 30px; text-align: center; - color:white; - float:none; + color: white; + float: none; border: 3px solid white; border-radius: 1em; - padding:2%; + padding: 2%; background-color: black; transition: all 0.3s; } -#one32:hover{ - background-color: rgb(173,255,47); + +#one32:hover { + background-color: rgb(173, 255, 47); color: rgb(40, 66, 0); border: 3px solid rgb(92, 153, 0); } -dl -{ + +dl { background-color: black; color: white; padding-bottom: 3%; margin-top: 0%; padding-left: 2%; } -dt -{ + +dt { font-size: 30px; text-decoration: underline; } -dd -{ + +dd { font-size: 20px; word-spacing: 2px; } -.abouta -{ + +.abouta { font-size: 40px; font-weight: bold; - padding:0.01%; + padding: 0.01%; text-align: center; + margin: 35px 0 11px 0 } -.abouttexthead -{ + +.abouttexthead { text-align: center; text-decoration: underline; padding-top: 1%; font-size: 30px; } -.abouttexttext -{ + +.abouttexttext { text-align: center; text-decoration: none; - padding-bottom:1%; + padding-bottom: 1%; font-size: 20px; } -#test -{ + +#test { background-color: paleturquoise; padding-top: 1%; } -.formtext -{ + +.formtext { font-size: 20px; padding-left: 1%; } -#testbut -{ + +#testbut { background-color: gray; font-size: 30px; padding: 1%; text-align: center; - margin-left:2%; + margin-left: 2%; border: 2px solid white; border-radius: 1em; margin-bottom: 2%; } -#call -{ + +#call { margin: 0%; padding: 2%; background: url("../assests/callback.jpg"); background-size: cover; - color: white; + color: white; } -#callbutton -{ + +#callbutton { background-color: white; font-size: 20px; padding: 0.3%; text-align: center; border: 1px solid white; - border-radius: 0.5em; - color: black; + border-radius: 0.5em; + color: black; } -.solntext -{ + +.solntext { font-weight: bold; font-size: 30px; } -.solntexttext -{ + +.solntexttext { font-style: italic; font-size: 20px; } -#team -{ - background: url("../assests/teamback.jpg"); - background-size: cover; + +#team { + /* background: url("../assests/teamback.jpg"); + background-size: cover; */ + background-color: rgb(137 135 135); color: white; text-align: center; padding-top: 0.5%; } -.teamimg -{ - width:50%; + +.teamimg { + width: 50%; } -#teamtable -{ - padding:3%; - margin:3%; - text-align: center; + +#teamtable { + padding: 3% 3% 6% 3%; + /* text-align: center; */ + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; font-size: 30px; } -#contact -{ + +.teamDiv { + /* border:2px solid red; */ + height: 345px; + width: 238px; + margin: 0px auto; + border-radius: 15px; + background-color: #a4783a; + box-shadow: 0 0 14px rgb(255, 255, 255); +} + +.teamDiv img { + height: 287px; + width: 238px; + border-top-left-radius: 15px; + border-top-right-radius: 15px; +} + +.teamDiv span { + font-size: 25px; +} + +#contact { background: url("../assests/teamback.jpg"); background-size: cover; text-align: center; padding-top: 0.5%; padding-bottom: 2%; } -.contacttext -{ + +.contacttext { color: rgb(202, 202, 202); font-size: 20px; font-weight: bold; text-decoration: underline; } -.contacttexttext -{ + +.contacttexttext { color: white; font-style: italic; font-size: 20px; } -a.follow -{ + +a.follow { text-align: center; float: none; color: white; @@ -306,33 +342,38 @@ a.follow font-size: 20px; } -.list-of-icons{ +.list-of-icons { display: flex; justify-content: center; } -.icon{ - height: 50px; + +.icon { + height: 50px; width: 50px; margin: 0px; border-radius: 50%; } + /* width of scrollbar */ + ::-webkit-scrollbar { - width: 14px; + width: 14px; } ::-webkit-scrollbar-track { - box-shadow: inset 0 0 5px grey; - border-radius: 10px; + box-shadow: inset 0 0 5px grey; + border-radius: 10px; } - + ::-webkit-scrollbar-thumb { - background: #0e0d0d; - border-radius: 10px; + background: #0e0d0d; + border-radius: 10px; } + /* Handle on hover */ + ::-webkit-scrollbar-thumb:hover { - background: #bcedefa3; -} + background: #bcedefa3; +} \ No newline at end of file diff --git a/css/loginsignup.css b/css/loginsignup.css index 2a1ac17..f16a94d 100644 --- a/css/loginsignup.css +++ b/css/loginsignup.css @@ -1,22 +1,37 @@ -#one -{ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +#one { background: url("../assests/ls.jpg"); background-repeat: no-repeat; background-size: cover; + overflow: hidden; + height: 100vh; } -#one1 -{ + +#one1 { color: rgb(51, 51, 51); border-left: 6px solid #000000; height: auto; margin-left: 2%; font-size: 30px; - padding-top: 2%; + padding-top: 2%; + display: inline-block; } -a:link, a:visited -{ + +#one2 { + display: inline-block; float: right; - color: rgb(51, 51, 51); + margin-top: 18px; +} + +a:link, +a:visited { + color: #4787ff; + /* color:white; */ font-size: 20px; font-weight: bold; padding: 14px 20px; @@ -24,92 +39,100 @@ a:link, a:visited text-decoration: none; display: inline-block; } -.form{ - max-width:400px; - margin:50px auto; - background:#ffffff; - border-radius:2px; - padding:20px; - font-family: Georgia, "Times New Roman", Times, serif; -} -.form ul{ - list-style:none; - padding:0; - margin:0; -} -.form li{ - display: block; - padding: 9px; - border:1px solid rgb(173, 173, 173); - margin-bottom: 30px; - border-radius: 3px; -} -.form li:last-child{ - border:none; - margin-bottom: 0px; - text-align: center; -} -.form li > label{ - display: block; - float: left; - margin-top: -19px; - background: rgb(165, 165, 165); - height: 14px; - padding: 2px 5px 2px 5px; - color: rgb(240, 232, 232); - font-size: 14px; - overflow: hidden; - font-family: Arial, Helvetica, sans-serif; -} -.form input[type="email"], -.form input[type="password"], -.form textarea, -.form select -{ - box-sizing: border-box; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - width: 100%; - display: block; - outline: none; - border: none; - height: 25px; - line-height: 25px; - font-size: 16px; - padding: 0; - font-family: Georgia, "Times New Roman", Times, serif; -} -.form li > span{ - background: rgb(165, 165, 165); - display: block; - padding: 3px; - margin: 0 -9px -9px -9px; - text-align: center; - color: rgb(223, 223, 223); - font-family: Arial, Helvetica, sans-serif; - font-size: 11px; -} -.form input[type="submit"], -.form input[type="button"]{ - background:rgb(165, 165, 165); - border: none; - padding: 10px 20px 10px 20px; - border-bottom: 3px solid rgb(165, 165, 165); - border-radius: 3px; - color: rgb(238, 241, 239); -} -.form input[type="submit"]:hover, -.form input[type="button"]:hover{ - background: #6B9FFF; - color:#ffffff; -} -a:hover, a:active -{ - color: #0000ff; -} -#wel -{ - padding-left: 39%; - font-size: 50px; - margin-top: 5%; + +a:hover, +a:active { + color: #4242ff; + text-decoration: underline; +} + +.vl { + color: red; +} + +#one1 { + color: #195089; + font-weight: bolder; +} + +#loginDiv { + background-color: #b8f0ff; +} + +#formDiv { + /* border: 2px solid red; */ + height: 36rem; + width: 100%; + display: flex; + align-items: center; + justify-content: center; +} + +#signupPg { + height: 495px; +} + +.form { + /* border: 2px solid red; */ + height: 435px; + width: 420px; + margin: 0; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + background-color: white; + border-radius: 18px; + box-shadow: 2px 2px 10px grey; +} + + +/* .form ul{ + } */ + +.form li { + list-style: none; +} + +.form li h1 { + text-align: center; + margin-bottom: 25px; + margin-top: -34px; + color: #3f43ab; +} + +.info { + margin: 13px; + line-height: 53px; + width: 360px; + text-align: center; + border-radius: 54px; + font-size: 15px; + border: none; + outline: none; + background-color: #e9e6e6; + font-size: 17px; +} + +.info:focus { + background-color: rgb(214, 214, 213); + border: 3px solid #4787ff; +} + +#butt { + margin: 38px 17px 21px 18px; + line-height: 51px; + width: 360px; + background-color: rgb(24, 206, 24); + box-shadow: 0px 0px 12px rgb(20 202 20); + color: white; + text-align: center; + border-radius: 54px; + font-size: 17px; + border: none; } + +#butt:hover { + background-color: rgb(20, 196, 20); + box-shadow: 0px 0px 15px rgb(20 202 20); +} \ No newline at end of file diff --git a/index.html b/index.html index f8a969b..d9fb7aa 100644 --- a/index.html +++ b/index.html @@ -2,449 +2,312 @@
- - - - - - -