/ Published in: CSS
![](/img/icon_sav.png?v3)
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%; }
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)