Skip to content

Instantly share code, notes, and snippets.

@zoerab
Created January 25, 2016 18:40
Show Gist options
  • Save zoerab/d74876597befa3f6373e to your computer and use it in GitHub Desktop.
Save zoerab/d74876597befa3f6373e to your computer and use it in GitHub Desktop.
Dead center css class
.absolute-center {
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