Skip to content

Instantly share code, notes, and snippets.

@herrbischoff
Created April 8, 2015 22:00
Show Gist options
  • Save herrbischoff/e7214a5a5c7129c4d472 to your computer and use it in GitHub Desktop.
Save herrbischoff/e7214a5a5c7129c4d472 to your computer and use it in GitHub Desktop.
Absolute center
.absolute-center
// height must be declared
margin auto
position absolute
top 0
left 0
bottom 0
right 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment