From 88085791162de202be70053e03c00e7362a4fc7f Mon Sep 17 00:00:00 2001 From: Vishal dnyaneshwar Sawai <67541577+VishalSawai0@users.noreply.github.com> Date: Thu, 1 Oct 2020 21:49:51 +0530 Subject: [PATCH] Update styleContact.css --- static/styleContact.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/styleContact.css b/static/styleContact.css index 39f5dbf..2105512 100644 --- a/static/styleContact.css +++ b/static/styleContact.css @@ -47,4 +47,8 @@ h1{ cursor: pointer; outline: none; margin: 26px; -} \ No newline at end of file +} +.btn:hover{ + background-color:blue; + color:yellow; +}