Tony Tuan's blog
11/23/2016
[CSS] Center a Position Absolute Element
Here's quite simple solution, but only work on IE >= 9.
position: absolute; margin-left: auto; margin-right: auto; left: 0; right: 0;
Newer Post
Older Post
Home