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;}
This is the link to the site: http://test.artandknowledge.com/test/index.php/philosophy/
Any suggestions?
Comments