Skip to content

Instantly share code, notes, and snippets.

@oti
Created December 25, 2014 14:03
Show Gist options
  • Save oti/272a2cf10278f83fa7b4 to your computer and use it in GitHub Desktop.
Save oti/272a2cf10278f83fa7b4 to your computer and use it in GitHub Desktop.
absolute centering style
E{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: XXX;
height: YYY;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment