From 33bef0f0310fef97add4cbd8180d9672d67efb39 Mon Sep 17 00:00:00 2001 From: Rupesh Varshney <146447594+rupeshv2121@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:00:15 +0530 Subject: [PATCH] Fixes the Issues in landing page and footer --- assets/css/style.css | 29 +++++++++++++++++++---------- index.html | 11 ++++++----- styles.css | 6 ++++++ 3 files changed, 31 insertions(+), 15 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 143d0fa..f230988 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -323,8 +323,10 @@ body.nav-active { #REUSED STYLE \*-----------------------------------*/ -.container { - padding-inline: 16px; +#classic-elegance { + color: white; + font-weight: bolder; + font-size: 2rem; } .separator { @@ -1675,6 +1677,16 @@ textarea.input-field { background-color: var(--black-alpha-80); } +.footer-list-left{ + padding: 15px; + margin-left: 2rem; +} + +.footer-list-right{ + margin-right: 2rem; + padding: 20px 10px; +} + .footer-link { color: #fff; font-weight: var(--weight-bold); @@ -1688,6 +1700,10 @@ textarea.input-field { color: var(--gold-crayola); } +.footer-bottom{ + margin-bottom: -10rem; +} + .copyright { color: var(--quick-silver); background-color: var(--black-alpha-80); @@ -1696,6 +1712,7 @@ textarea.input-field { height: 50px; padding-top: 10px; line-height: var(--lineHeight-3); + margin: 0; } .copyright .link { @@ -2526,14 +2543,6 @@ section{ } } - - - - - - - - /** * responsive for larger than 1400px screen */ diff --git a/index.html b/index.html index 3823504..e5be75c 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,7 @@ - custom css link --> +