| Page centering |
CSS
HTML
1
2
3
4
5
6
7
8
9
#header
{
background-color:#fff000;
margin:0px auto 0px auto;
width:500px;
height:226px;
}
Parsed in 0.010 seconds, using GeSHi 1.0.8.6
HTML
1
2
3
<div id="header"></div>
Parsed in 0.006 seconds, using GeSHi 1.0.8.6
Please Login to Post a Comment.
Rating is available to Members only.
Please login or register to vote.
Please login or register to vote.
| Awesome! | 0% | [No Votes] | |
| Very Good | 50% | [1 Vote] | |
| Good | 50% | [1 Vote] | |
| Average | 0% | [No Votes] | |
| Poor | 0% | [No Votes] |


