Skip to content

Commit

Permalink
Merge pull request c4coderandcreator#29 from Anshkaran7/main
Browse files Browse the repository at this point in the history
Footer Section Updated
  • Loading branch information
c4coderandcreator authored Oct 16, 2023
2 parents 40b7cd1 + 7ee58f3 commit 7b371db
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions css/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,29 @@ img {
display: inline-block;
margin-bottom: .75rem;
color: var(--text-color);

text-decoration: none;
cursor: pointer;
}
.footer__link:hover{
color: rgb(155, 133, 5);
}

.footer__link::after {
content: '';
display: block;
margin-top: 4px;
width: 0;
height: 2px;

.footer__link:hover {
color: rgba(0, 255, 0, 0.575);
background: #e7d442;
transition: width .3s;
}
.footer__link:hover::after {
width: 100%;

}


.footer__social {
font-size: 1.5rem;
Expand Down

0 comments on commit 7b371db

Please sign in to comment.