From 1e36f3c6068c12ead9c941e33e0cc76c52f75ecc Mon Sep 17 00:00:00 2001 From: rendlavamshi Date: Mon, 27 Mar 2023 23:04:46 +0530 Subject: [PATCH] css file commit --- JS calculater/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JS calculater/css/style.css b/JS calculater/css/style.css index b2062fb..37f0515 100644 --- a/JS calculater/css/style.css +++ b/JS calculater/css/style.css @@ -2,7 +2,7 @@ body { background-image: url("/bg.jpg"); background-repeat: no-repeat; background-position: center; - background-color: pink; + background-color: rgb(194, 50, 74); } section {