Skip to content

Instantly share code, notes, and snippets.

@safranck
Created November 19, 2014 17:12
Show Gist options
  • Save safranck/f100dbd632610f03f2d7 to your computer and use it in GitHub Desktop.
Save safranck/f100dbd632610f03f2d7 to your computer and use it in GitHub Desktop.
Generic Styles to center
/* 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