From 16490a1768492b7584dfb1e80040ead4da54f401 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 30 Mar 2018 08:59:01 -0400 Subject: [PATCH] changing footer background color changing the background footer color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b69cbb1..fc57e5c 100644 --- a/style.css +++ b/style.css @@ -2254,7 +2254,7 @@ Footer Section } .bottom-footer { - background: #000; + background: #0c3c60; padding: 15px; font-size: 14px; } -- 2.17.1