Created
May 27, 2013 06:39
-
-
Save malachi358/5655495 to your computer and use it in GitHub Desktop.
center div with absolute property
This file contains 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
<body> | |
<div style="position: absolute; left: 50%;"> | |
<div style="position: relative; left: -50%; border: dotted red 1px;"> | |
I am some centered shrink-to-fit content! <br /> | |
tum te tum | |
</div> | |
</div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment