HTML and CSS Reference
In-Depth Information
The CSS - simple and straight forward:
#page div.container {
border-top:3px solid #367d8d;
}
The #page has the gradient set, but the content in
the #page sits on a white background, as it is shown
in Monoplate.psd.
Declare that background. It can be applied to the
content inside #page , so the container that centers it:
the #page div.container selector.
The new updated CSS for this is:
#page div.container {
border-top:3px solid #367d8d;
background:#FFF;
}
 
Search WWH ::




Custom Search