Skip to content

Commit

Permalink
Merge pull request #468 from Peart-Guy/main
Browse files Browse the repository at this point in the history
uxModification
  • Loading branch information
GarimaSingh0109 authored Oct 11, 2024
2 parents 487bdfc + 751dcaf commit d1e81ec
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,21 @@ body {

}


.footer .footer-section h3 {
font-size: 18px;
margin-bottom: 20px;
font-weight: 600;
color: #fff;
border-bottom: 2px solid #3f10ea;
padding-bottom: 10px;

.ul{
padding: 0;
list-style: none;
font-family: Verdana, Geneva, Tahoma, sans-serif;
text-align: center;

}
.footer-bottom{
text-align: center;
Expand All @@ -337,6 +347,29 @@ body {
margin-top:10px;
}


.footer .footer-section ul li a {
color: #2f4f4f;
text-decoration: none;
transition: color 0.3s ease;
}

.footer .footer-section ul li a:hover {
color: #3f10ea;
}

.footer .footer-section .social-icons a {
margin-right: 10px;
color: #2f4f4f;
text-decoration: none;
font-size: 18px;
transition: color 0.3s ease;
}

.footer .footer-section .social-icons a:hover {
color: #3f10ea;
}

.footer a {
color: var(--soft-gold);
text-decoration: none;
Expand All @@ -354,6 +387,7 @@ body {
}



.footer a:hover {
text-decoration: underline;
}
Expand Down

0 comments on commit d1e81ec

Please sign in to comment.