From fde2326c0d83017340576efbba3fcf5f8f908783 Mon Sep 17 00:00:00 2001 From: Avinash Gupta <73595465+tier3guy@users.noreply.github.com> Date: Sun, 4 Apr 2021 19:12:11 +0530 Subject: [PATCH] background color changed --- css/sitemapStyles.css | 204 +++++++++++++++++++++++------------------- sitemap.html | 55 +++++++----- 2 files changed, 145 insertions(+), 114 deletions(-) diff --git a/css/sitemapStyles.css b/css/sitemapStyles.css index 295c949..45930f3 100644 --- a/css/sitemapStyles.css +++ b/css/sitemapStyles.css @@ -1,115 +1,138 @@ +@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,900;1,900&display=swap"); + *{ box-sizing:border-box; + margin: 0; + padding : 0; + font-family: Poppins; } + body{ background:#001d1a; - max-width:980px; - margin:0 auto; - padding:5px; - font: 14px "Arial", Tahoma, sans-serif; } + +.heading{ + display: flex; + align-items: center; + padding: 15px 12px 0px 12px; + font-size: 2.5rem; + box-shadow: 0 8px 6px -6px rgb(106, 188, 202); + margin-bottom: 20px; +} + h1 { text-align:center; font-size: 26px; - color: #42AEA3; -} -div.section { - overflow:hidden; - width:100%; - -moz-column-count:3; - column-count:3; - padding-top:50px; -} -div.section div { - display:inline-block; - border:#ccc solid 1px; - border-radius:5px; - width:30%; - min-width:300px; - max-width:99%; - margin:16px 1%; - padding:12px; - background: #263836; - box-shadow:0 3px 3px #666; -} -div.section div:before { - display:block; - content: ""; - position:relative; - left:50%; - top: 0; - width:1px; - height:32px; - margin:-44px 0 12px 4px; - background:#ccc; -} -div.section div:hover { - box-shadow:0px 3px 3px 1px #666; -} -div.section p { - font-weight:bold; - text-align:center; - overflow:hidden; - position:absolute; - width:100%; - left:0; - margin-top:-50px; -} -div.section p:after { - display:block; - content: ""; - position:relative; - width:67.5%; - max-width:656px; - height:1px; - box-sizing:border-box; - margin:-14px auto 0 auto; - background:#ccc; -} -div.section p a { - color: #fff ; - font-weight: bolder ; - text-decoration: none ; - margin:0 auto; - float:none; -} -div.section p a:hover{ - color: #42AEA3; -} -div.section p a:after { - display: block; - content: ""; - position:relative; - left:50%; - width:1px; - height:32px; - background:#ccc; + color: #0c8d80; + margin-left: 12px; +} + +.section{ + margin: auto; + width : 70%; +} + +.section p a{ + font-size:2.2rem; + display: block; + text-align: center; +} + +.section .links a{ + font-size:1.2rem; +} + +.pages , .features , .contact { + display: flex; + flex-direction:column; + margin : 0 2.5rem 0 0; + align-items: center; +} + +.links{ + display: flex; + flex-direction: row; + justify-content: center; +} + +.section p a::after{ + content: ""; + display: block; + width: 5px; + background: teal; + height: 3rem; + margin-left : 475px; + border-radius: 5px 5px 0 0; } + +.links a::before{ + content: ""; + display: block; + width: 5px; + background: teal; + height: 3rem; + margin:auto; + border-radius: 0 0 5px 5px ; + margin-bottom: 10px; + margin-top: 0%; +} + +.section p::after{ + content: ""; + display: block; + width: 335px; + background: teal; + height: 5px; + margin:auto; + margin-bottom: 0; +} + +.main{ + padding-left: 44px; +} + +.links a{ + padding: 0; +} + +.footer{ + margin-top: 90px; + padding-top: 20px; + display: flex; + align-items: center; + justify-content:center; + color: #039182; + box-shadow: 0 -8px 6px -6px rgb(106, 188, 202); +} + +.footer span { + margin: 0 12px; + color: #38a59a; +} + a{ - color: #fff; + color: #039182; font-weight: bolder; text-decoration: none; + transition: all; + transition-duration: .3s; } + a:hover{ - color: #42AEA3; -} -div.footerinfo { - position: fixed; - bottom: 20px; - right: 30px; - margin-top:16px; - color:#666; - font-size:12px; - text-align:right; + color: #51eeee; } -div.footerinfo * { - font-size:12px; + +.note{ + margin-left: 55rem; + font-size: 2.2rem; } + @media only screen and (max-width:900px) { div.section div { min-width:250px; } } + @media only screen and (max-width:800px) { div.section div { width:50%; @@ -119,6 +142,7 @@ div.footerinfo * { column-count:2; } } + @media only screen and (max-width:500px) { div.section div { width:100%; diff --git a/sitemap.html b/sitemap.html index e0ad6b9..0b19c0d 100644 --- a/sitemap.html +++ b/sitemap.html @@ -1,40 +1,47 @@  - + - Sitemap + Sitemap | Algo-Phantoms - - - - - - - - - + -

Sitemap

+ +
+ Algo Phantoms +

Algo-Phantoms

+

Sitemap

+
+

Home page

-
About Page
- -
Teams Page
-
Contact Page
-
Code Editor
-
Quizes
-
DSA Guidance
-
GitHub
- - +
+ +
-
Created by - Chaitanya Shimpi + +