made the background black behind the image

This commit is contained in:
thepaperpilot 2015-11-05 07:37:11 -06:00
parent 7f86d2ee92
commit 78369f3758

View file

@ -1,7 +1,7 @@
body { body {
margin: 20px auto; margin: 20px auto;
width: 60%; width: 60%;
background-image: url("/bg.jpg"); background: #FFFFFF url("/bg.jpg");
margin-bottom: 10px; margin-bottom: 10px;
} }