Skip to content

Commit

Permalink
Merge pull request #76 from harshit1142/footer
Browse files Browse the repository at this point in the history
Enhance footer in project inside the folder :- Parallax_effect #15
  • Loading branch information
Niraj-1729 authored Oct 25, 2023
2 parents f7209fd + 200eb5a commit df1499f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion parallax_effect/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ footer{
font-weight: 500;
text-transform: capitalize;
line-height: 3rem;
background-image: url("./assets/angry.png");
}
.footer-content p{
max-width: 500px;
Expand Down Expand Up @@ -284,7 +285,10 @@ footer{
transition: color .4s ease;
}
.socials a:hover i{
color: rgb(205, 18, 234);
color: rgb(212, 234, 18);
}
.socials li a:hover{
box-shadow: 1px 1px 3px 3px white;
}
.footer-bottom{
display: flex;
Expand Down

0 comments on commit df1499f

Please sign in to comment.