Background Image Won’t Show Up…
-
I have the image file uploaded to my server… What’s wrong with my code that makes it so that the image does not show up?
site: http://www.moviestinger.com
Code:
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: ‘Trebuchet MS’, ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
font-weight: bold;
background-image: url(‘images/kubrickbgcolor.jpg’) top center no-repeat;
color: #FFFFFF;
text-align: center;
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Background Image Won’t Show Up…’ is closed to new replies.