From 5b9788ecc6802aee5626d75536aa075fbf8b8b00 Mon Sep 17 00:00:00 2001 From: Aryan3001 <56163930+Aryan3001@users.noreply.github.com> Date: Fri, 4 Oct 2019 20:05:51 +0530 Subject: [PATCH] Update Sytle.css Changed the colour of footer for making the website more attractive. --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index f28020b..0feef07 100644 --- a/styles.css +++ b/styles.css @@ -23,7 +23,7 @@ body { .mini-footer { color: #9e9e9e; - background-color: #424242; + background-color: #d11313; padding: 3px 16px; }