.centered { position: fixed; top: 50%; left: 50%; margin-top: -50px; margin-left: -100px; }
try this code... .exactCenter { width:200px; height:200px; position: fixed; background-color: #00FF00; top: 50%; left: 50%; margin-top: -100px; margin-left: -100px; }More...CSS Centering Div
Post a Comment
1 comment:
try this code...
.exactCenter {
width:200px;
height:200px;
position: fixed;
background-color: #00FF00;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -100px;
}
More...CSS Centering Div
Post a Comment