diff --git a/css/clone.css b/css/clone.css index ebe6871..4c913e2 100644 --- a/css/clone.css +++ b/css/clone.css @@ -11,11 +11,12 @@ width: 100%; margin-bottom: 0; } + #one::before { content: ""; height: 132vh; width: 100%; - background: linear-gradient( 135deg, rgba(252, 207, 49, 0.5), rgba(245, 85, 85, 0.7) 100%), url("../assests/landing-page.jpg") no-repeat 0% 50%; + background: linear-gradient(135deg, rgba(252, 207, 49, 0.5), rgba(245, 85, 85, 0.7) 100%), url("../assests/landing-page.jpg") no-repeat 0% 50%; position: absolute; top: 20vh; background-position: center; @@ -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,75 @@ 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 +123,204 @@ 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; } -.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 -{ + +#team { background: url("../assests/teamback.jpg"); background-size: cover; color: white; text-align: center; padding-top: 0.5%; } -.teamimg -{ - width:50%; + +.teamimg { + width: 50%; } -#teamtable -{ - padding:3%; - margin:3%; + +#teamtable { + padding: 3%; + margin: 3%; text-align: center; font-size: 30px; } -#contact -{ + +#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 +328,74 @@ a.follow font-size: 20px; } -.list-of-icons{ - display: flex; +.list-of-icons { + display: inline-flex; justify-content: center; + padding: 0 5px; + margin-top: 20px; + background-color: rgb(255, 255, 255); + border-radius: 10px; + flex-wrap: wrap; } -.icon{ + +/* .icon{ height: 50px; width: 50px; margin: 0px; border-radius: 50%; +} */ + +/* Icons in contact tab */ +.fab { + color: rgb(66, 66, 66); +} + +.fab:hover{ + transition: all 0.2s linear; + transform: translateY(-8px) scale(1.15); + +} +.fa-github-square:hover { + color: #000000; +} + +.fa-facebook-square:hover { + color: #3866c4; +} + +.fa-instagram-square:hover { + /* color: #ff00b3 , rgb(131, 58, 180); */ + background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); + background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); + background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} + +.fa-linkedin:hover { + color: #0e76a8; +} + +.fa-twitter-square:hover { + color: #1C9CEA; } /* 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/index.html b/index.html index f8a969b..8bfb5db 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ + @@ -398,10 +399,11 @@
Follow us on: