background color
-
Hello, my blog is one solid color, and I can’t figure out how to get the posting area to be another. I’ve tried pretty much everything, and can’t seem to figure it out. My stylesheet looks like this: /* Begin Typography & Colors */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
background: #000000; url(images/kubrickbgcolor.jpg);
color: #ffffff;
text-align: center;
}when I remove the semi-colon after the background #, all’s that ends up happening is my whole background becomes the kubrickbg color image, not just the outside. Is there any other location on the stylesheet that might pertain to this? Because I feel like I’ve tried everything with this area. The link to my blog is this https://www.NeonMusicalinsight.com Any help would be greatly appreciated.
- The topic ‘background color’ is closed to new replies.