From d58863827e42b5ea7236ba05c87d29f25c596027 Mon Sep 17 00:00:00 2001 From: SwastikaPradhan Date: Fri, 27 Sep 2024 11:54:15 +0530 Subject: [PATCH] bug fixed for the footer position --- new-website/index.html | 197 ++++++++++++++++++++++++++++++-------- new-website/mainstyle.css | 46 +++++---- new-website/style.css | 113 +++++++++------------- 3 files changed, 230 insertions(+), 126 deletions(-) diff --git a/new-website/index.html b/new-website/index.html index e9182a07..66f323b2 100644 --- a/new-website/index.html +++ b/new-website/index.html @@ -17,6 +17,7 @@ + @@ -41,6 +42,46 @@ top: 0; left: 0; } + + +.footer-container { + padding: 20px; + background-color: #f8f8f8; /* Light background color */ +} + +.footer-title { + font-size: 1.5em; + margin: 0; +} + +.footer-description { + margin: 10px 0; +} + +.footer-links { + list-style: none; + padding: 0; +} + +.footer-links li { + margin: 5px 0; +} + +.footer-icons { + display: flex; + gap: 10px; /* Space between icons */ +} + +.footer-bottom { + text-align: center; + margin-top: 20px; +} + +.footer-horizontal-line { + border-top: 1px solid #ccc; /* Example horizontal line */ + margin: 20px 0; +} + @@ -425,61 +466,133 @@

License

-