I am completely stumped. I am trying to add a background to my page and set the text. I am trying to do both to my body. For some reason, this has no effect:
body
{
padding-top: 80px;
background-image: url(../img/WorldGrainyBlurred.png);
background-position: -80px;
font-size: 100%;
font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
}
To see if it was applied at all, I tried making the page red and making the padding huge but it never applied. I can see that the css is being applied, but this statement seems to be having no effect. Any ideas?
EDIT: JSFiddle http://jsfiddle.net/5ytdP/
` and line 18 there is an unclosed ``.
– 80PoundsOfFury Feb 11 '14 at 19:44