CSS:
#wrapper
{
margin: 0 auto;
padding: 0;
background-color: #silver;
width:960px;
display: block;
height:100%;
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Aug 1, 2013, 11:34 PM
You have done mistake while declaring the color code. When you declare color as name then don't use '#'. it is for defining color code like this #C0C0C0 (for silver)
Regards,
Iftikar
Scott LyslePosted Aug 1, 2013, 11:00 PM