From e8970610d5c250b39131eac35306ad767c9b5674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Charsh?= <“jainharsh0312@gmail.com”> Date: Sat, 16 Dec 2023 19:11:39 +0530 Subject: [PATCH] changed bg of button from orage to red --- L21-Express/TodoApp/public/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L21-Express/TodoApp/public/styles/style.css b/L21-Express/TodoApp/public/styles/style.css index 710d291..5b616b9 100644 --- a/L21-Express/TodoApp/public/styles/style.css +++ b/L21-Express/TodoApp/public/styles/style.css @@ -5,7 +5,7 @@ #btn{ color: white; - background-color: orange; + background-color: red; border: 0px; padding: 2px; cursor: pointer;