From 29c2f6fd90967bdbd4ed15f1e27c950cd7b3b711 Mon Sep 17 00:00:00 2001 From: dtookey Date: Tue, 11 Jan 2022 11:36:35 -0500 Subject: [PATCH] added background to center column --- css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/main.css b/css/main.css index 8e05c8c..9b8e78c 100644 --- a/css/main.css +++ b/css/main.css @@ -18,6 +18,7 @@ .center-column{ width: 50%; margin: auto; + background: #FFFFFF; } .footer{