From 860aea780f602e5a651b335151e2b616f6fb33ce Mon Sep 17 00:00:00 2001 From: Naman Parashar Date: Tue, 4 Jun 2024 15:57:55 +0530 Subject: [PATCH] Added the hover animation effect on the donate button --- public/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index dd753ab..01d5885 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -72,6 +72,7 @@ body{ font-size: 20px; padding: 9px 25px ; background-color: rgba(0, 136, 169, 1); + border-radius: 50px; border: none; cursor:pointer ; @@ -79,6 +80,9 @@ body{ transition: all 0.3s ease 0s; margin-bottom: 40px; } +button.hero_btn:hover { + background-color: palegreen; +} /* about section */ .about{ font-family: 'Poppins', sans-serif;