From 8cf0150b834ff1844ff593d3a1225f9adc612eaa Mon Sep 17 00:00:00 2001 From: John Crisp Date: Thu, 30 Sep 2021 18:00:02 +0200 Subject: [PATCH] On click Green background for Submit button --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 2bb6ef0..fbe0c95 100644 --- a/css/style.css +++ b/css/style.css @@ -44,6 +44,10 @@ form { margin: 0; } +input[type='submit']:active{ + background-color:green; +} + fieldset { border: 2px solid black; margin-left: 10px;