Background-Color in CSS

Hey there,

i cant figure out how to change the background-color of my site in css.
I tried this 3 options:
body { background-color:#F9B256;}
.site {background-color: #F9B256;}
.Content {background-color:#F9B256 !important;}


Any suggestions?

Comments

Sign In or Register to comment.