Skip to content

Commit

Permalink
Redesigned Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AsmitaMishra24 committed Jul 3, 2024
1 parent f6c2ac3 commit 2ed8169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -210,7 +210,6 @@ ul {
height: 2px;
background-color: #ffffff;
margin: 10px;
box-shadow: 2px 2px 4px #1126A0;
}

@media screen and (max-width: 1200px) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Footer = () => {
<div className="footer-copyright">
<p className="text">
<span className='line'></span>
© {new Date().getFullYear()} Counsellor. All rights reserved, Built with ♥ in India
© {new Date().getFullYear()} Counsellor. All rights reserved
</p>
</div>
</div>
Expand Down

0 comments on commit 2ed8169

Please sign in to comment.