Background refuses to change!
-
So I am trying to change my background, and nothing seems to be working. I have cleared my cache, and tried several browsers to no effect. Here is an excerpt of my style.css:
@media screen { * { margin: 0; padding: 0; } body { background: #333333; font: 14px/1.4 Georgia, Serif; } .screen-reader-text { position: absolute; left: -9999px; top: -9999px; } .clear { clear: both; }
From what I understand of code, this should give me a grey background, however currently my background is plain white.
Any help would be greatly appreciated!
The URL is https://www.whoaminow.info
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Background refuses to change!’ is closed to new replies.