Created
November 19, 2014 17:12
-
-
Save safranck/f100dbd632610f03f2d7 to your computer and use it in GitHub Desktop.
Generic Styles to center
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
/* generic styles to center */ | |
position: absolute; | |
top: -9999px; | |
bottom: -9999px; | |
left: -9999px; | |
right: -9999px; | |
margin: auto; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment