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 http://www.whoaminow.info
Thanks!