Created
March 11, 2014 18:44
-
-
Save sglessard/9492327 to your computer and use it in GitHub Desktop.
Center absolute element in page http://stackoverflow.com/a/8273750/229088
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #content{ | |
| position:absolute; | |
| left:0; | |
| right:0; | |
| margin-left:auto; | |
| margin-right:auto; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment