That's because your background-color line is "commented" out, meaning until you UN-comment it, it gets ignored.
(Anything between /* and */ gets ignored)
Original:
Edited:Code:#logoWrapper{ /*background-color: #444;*/ text-align: center;
Hope this helps.Code:#logoWrapper{ background-color: #444; text-align: center;


Reply With Quote


