/ Published in: CSS
Expand |
Embed | Plain Text
#box { position:absolute; height:100px; width:100px; margin:-50px 0 0 -50px; left:50%; top:50%; }
You need to login to post a comment.
xTraCD on 11/30/09
1 person have marked this snippet as a favorite
#box { position:absolute; height:100px; width:100px; margin:-50px 0 0 -50px; left:50%; top:50%; }
You need to login to post a comment.