Skip to content

Commit

Permalink
Merge pull request #164 from namandude/main
Browse files Browse the repository at this point in the history
 Added the hover animation effect on the donate button
  • Loading branch information
Sahil1786 committed Jun 5, 2024
2 parents 95281fc + 860aea7 commit 76111a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,17 @@ body{
font-size: 20px;
padding: 9px 25px ;
background-color: rgba(0, 136, 169, 1);

border-radius: 50px;
border: none;
cursor:pointer ;
margin-top: 10px;
transition: all 0.3s ease 0s;
margin-bottom: 40px;
}
button.hero_btn:hover {
background-color: palegreen;
}
/* about section */
.about{
font-family: 'Poppins', sans-serif;
Expand Down

0 comments on commit 76111a5

Please sign in to comment.