Skip to content

Instantly share code, notes, and snippets.

@Fabax
Created November 20, 2014 10:58
Show Gist options
  • Save Fabax/e60d2afa4692221c36a2 to your computer and use it in GitHub Desktop.
Save Fabax/e60d2afa4692221c36a2 to your computer and use it in GitHub Desktop.
center absolute div
#center{
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