/ Published in: CSS
Expand |
Embed | Plain Text
.centered_div { width: 100px; height: 100px; position: absolute; top: 50%; left: 50%; margin-left: -50px; margin-top: -50px; background: red; }
You need to login to post a comment.
