Skip to content

Instantly share code, notes, and snippets.

@sglessard
Created March 11, 2014 18:44
Show Gist options
  • Save sglessard/9492327 to your computer and use it in GitHub Desktop.
Save sglessard/9492327 to your computer and use it in GitHub Desktop.
Center absolute element in page http://stackoverflow.com/a/8273750/229088
#content{
position:absolute;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment