From 78369f375870faecbb39f05f0b6452efa61cb709 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 5 Nov 2015 07:37:11 -0600 Subject: [PATCH] made the background black behind the image --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 292065ea..ef98f6da 100644 --- a/css/main.css +++ b/css/main.css @@ -1,7 +1,7 @@ body { margin: 20px auto; width: 60%; - background-image: url("/bg.jpg"); + background: #FFFFFF url("/bg.jpg"); margin-bottom: 10px; }