From 8fc889133f16b658a8f20f6527eeab3ad7000c7d Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:23:15 +0530 Subject: [PATCH] Adding Home icon in Privacy Policy,Terms and Conditions Page,Setting Linking and Adding Privacy Policy,Terms and Conditions Page in sidebar --- css/about.css | 18 +++++++++--------- css/faq.css | 36 ++---------------------------------- index.html | 12 +++--------- pages/privacy.html | 2 +- pages/terms.html | 2 +- 5 files changed, 16 insertions(+), 54 deletions(-) diff --git a/css/about.css b/css/about.css index ff14302..477c94f 100644 --- a/css/about.css +++ b/css/about.css @@ -44,19 +44,19 @@ body { border-radius: 50%; pointer-events: none; box-shadow: 3px 3px 6px #a970e2; -} - -@keyframes snowfall { + } + + @keyframes snowfall { 0% { - transform: translateY(-10px) rotate(0deg); - opacity: 1; + transform: translateY(-10px) rotate(0deg); + opacity: 1; } - + 100% { - transform: translateY(100vh) rotate(360deg); - opacity: 0; + transform: translateY(100vh) rotate(360deg); + opacity: 0; } -} + } .light-mode .snowflakes { position: fixed; diff --git a/css/faq.css b/css/faq.css index a9c4a7e..1990f35 100644 --- a/css/faq.css +++ b/css/faq.css @@ -22,42 +22,11 @@ body { height: 100%; z-index: -1; } - -.snowflakes { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - pointer-events: none; - z-index: -1; -} - -.snowflake { - position: absolute; - width: 0.3rem; - height: 0.5rem; - background-color: #ffffffec; - animation: snowfall linear infinite; - animation-duration: 5s; - border-radius: 50%; - opacity: 0.7; -} - -@keyframes snowfall { - 0% { - transform: translateY(0); - } - 100% { - transform: translateY(600px); - } -} - .navHeader { position: sticky; top: 0; width: 100%; - background-color: #3f1515; + background-color: black; z-index: 100; } @@ -109,7 +78,6 @@ body { .navHeader .sidebarOne a:hover { background-color: #5e0b0b; } - .faqBox { background: #1c1c1c; border-radius: 10px; @@ -138,7 +106,7 @@ body { .footer { text-align: center; padding: 20px; - background: #3f1515; + position: relative; bottom: 0; width: 100%; diff --git a/index.html b/index.html index 034e4b6..89f68f4 100644 --- a/index.html +++ b/index.html @@ -90,6 +90,8 @@