Background not showing up
-
I tried to enter a background to line up with the pink swirl (https://www.a-splode.net), but the background isn’t appearing. I’m sure I wrote the CSS correctly:
body {
background-image: url(https://www.a-splode.net/wp-content/themes/default/images/body.gif);
background-repeat:no-repeat;
background-position:top right;
font-size:60%;
background-color: #d5d6d7;
color: #333;
text-align: center;
}
- The topic ‘Background not showing up’ is closed to new replies.