Shawn
2014-06-19 13:30:13 UTC
And I'm at the Beginning where you create a HTML and CSS file. I've created the .html and .css file as well as a "Images" folder which contains the background and when ever I load the .html file the background image doesn't load. Did they leave something out? Or is it my folder? I have all of these files inside a "Home" folder. I'm not understanding why the page isn't loading the background.
(CSS Code)
body, div, img, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dd, dt, blockquote, fieldset,
legend, label, input, textarea { margin: 0; padding: 0; border: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0 0 1em 0; }
h1{font-size: 200%;}
h2{font-size: 170%;}
h3{font-size: 140%;}
h4{font-size: 110%;}
h5{font-size: 80%;}
h6{font-size: 50%;}
body { background-color:#D7D5C3;background-image:url(images/bg.jpg); }
#container { position:relative; margin:0 auto; width:960px; }
.header { height:139px; width:960px;}
(HTML Code)