From ebc411118c72c8302e49f5b0480d21ebb8602003 Mon Sep 17 00:00:00 2001 From: adityakr140301 <72138418+adityakr140301@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:10:43 +0530 Subject: [PATCH] Update style.css added hover effects on buttons --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 6009216..bcd28e8 100644 --- a/style.css +++ b/style.css @@ -33,6 +33,10 @@ footer{ bottom: 0; width: 100%; } .row_style{margin-top: 70px; +} + +button:hover{ + background-color: rgb(70, 181, 250); } h2{font-weight: bolder; } @@ -60,4 +64,4 @@ footer{ .padding-20 { padding: 20px; } - \ No newline at end of file +