From 86352d99cec0f0a1c29d8e40ef3c1be5d770ae90 Mon Sep 17 00:00:00 2001 From: akankshyadash1 Date: Tue, 3 Oct 2023 20:54:45 +0530 Subject: [PATCH] color changed to blue --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 1e42c49..3a1cfd0 100644 --- a/style.css +++ b/style.css @@ -40,7 +40,7 @@ fieldset{ input[type="button"] { - background-color: pink; + background-color: blue; padding: 12px 20px; margin-top: 30px; border: none;