/ Published in: CSS
225 is half the height, 350 is half the width
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#deadCenter { width: 700px; height: 450px; margin: -225px 0 0 -350px; /* 225 is half the height, 350 is half the width */ position: absolute; top: 50%; left: 50%; }