Created
March 10, 2015 13:53
-
-
Save keeprock/bf7af017a6a20c1e179d to your computer and use it in GitHub Desktop.
Center absolute positioned div
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