From 3b0c30f9675b80e9861edac43942042f581d0c82 Mon Sep 17 00:00:00 2001 From: DhavanK <60662029+DhavanK@users.noreply.github.com> Date: Wed, 5 Feb 2020 17:42:36 +0530 Subject: [PATCH] Update index.css --- index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 3afc7ad..34a6539 100644 --- a/index.css +++ b/index.css @@ -6,7 +6,7 @@ h1{ } .button { - background-color: #4CAF50; + background-color: seagreen; border: none; color: white; padding: 15px 32px; @@ -17,11 +17,15 @@ h1{ margin:auto; cursor: pointer; text-decoration: none; + border-radius: 5px; } .button:hover{ background-color: red; + text-decoration: none; + border-radius: 5px; + color: white; } .container1{