Skip to content

Commit

Permalink
Merge pull request #711 from 2004vivek/main
Browse files Browse the repository at this point in the history
Update Hero.css
  • Loading branch information
MastanSayyad authored Aug 8, 2024
2 parents 2b7d8a3 + 9f67ed2 commit aaa8e8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Components/Hero/Hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
align-items: center;
justify-content: center;
animation: animate 10s ease-in-out infinite;
background-blend-mode: overlay;
background: rgba(0, 0, 0, 0.46);
}

@keyframes animate{
Expand Down Expand Up @@ -55,4 +57,4 @@
.hero-text .btn:hover{
background-color:rgb(111, 111, 160);
color:white;
}
}

0 comments on commit aaa8e8b

Please sign in to comment.