From 9d3042d8afb087198051c9ecb72cd2adcbd2806e Mon Sep 17 00:00:00 2001 From: ganeshmajhi Date: Sat, 2 Oct 2021 00:22:12 +0530 Subject: [PATCH] added background color --- backgroung-color.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backgroung-color.css b/backgroung-color.css index bd9d300..e3bf97e 100644 --- a/backgroung-color.css +++ b/backgroung-color.css @@ -1,5 +1,5 @@ /* This is body tag which effect the whole body of the website */ body { - background-color: #ff7777; + background-color: #77ffe8; }