Skip to content

Commit

Permalink
Added the hover animation effect on the donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
namandude committed Jun 4, 2024
1 parent 95281fc commit 860aea7
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 860aea7

Please sign in to comment.