Skip to content

Instantly share code, notes, and snippets.

@sairion
Created August 26, 2013 03:27
Show Gist options
  • Select an option

  • Save sairion/6337879 to your computer and use it in GitHub Desktop.

Select an option

Save sairion/6337879 to your computer and use it in GitHub Desktop.
/*
Magic absolute centering recipe
http://jsfiddle.net/sairion/XhtwU/
*/
div{
background: red;
bottom: 0;
height: 100px;
left: 0;
margin: auto;
position: absolute;
top: 0;
right: 0;
width: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment