From 2ed81693eb8bf429cceecd85de75203d00f94a70 Mon Sep 17 00:00:00 2001 From: AsmitaMishra24 <146121869+AsmitaMishra24@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:45:00 +0530 Subject: [PATCH] Redesigned Footer --- src/components/Footer/Footer.css | 9 ++++----- src/components/Footer/Footer.jsx | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index f5781d79..ce64390e 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -17,9 +17,9 @@ ul { flex-direction: column; justify-content: flex-end; position: relative; - background: url(./footer_img.png) no-repeat center, linear-gradient(to right top, #5cb6f9, #2c93e8, #006fd4, #004bbb, #12229d); - background-position: center bottom, center; - background-size: 550px 300px, cover; + background: linear-gradient(to right top, #5cb6f9, #2c93e8, #006fd4, #004bbb, #12229d); + background-position: center; + background-size: cover; overflow: hidden; z-index: 0; border-top-right-radius: 30px; @@ -196,7 +196,7 @@ ul { } .footer-copyright p { - font-size: 22px; + font-size: 18px; font-weight: 500; font-family: 'Segoe UI', 'Arial', 'sans-serif'; color: #ffffff; @@ -210,7 +210,6 @@ ul { height: 2px; background-color: #ffffff; margin: 10px; - box-shadow: 2px 2px 4px #1126A0; } @media screen and (max-width: 1200px) { diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 39df65f7..37c1b6eb 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -84,7 +84,7 @@ const Footer = () => {

- © {new Date().getFullYear()} Counsellor. All rights reserved, Built with ♥ in India + © {new Date().getFullYear()} Counsellor. All rights reserved