Skip to content

Instantly share code, notes, and snippets.

@remyzv
Created May 28, 2014 13:16
Show Gist options
  • Save remyzv/84cc4de26b0fd9598c46 to your computer and use it in GitHub Desktop.
Save remyzv/84cc4de26b0fd9598c46 to your computer and use it in GitHub Desktop.
Center an absolute div
.logo-header {
position:absolute;
left:50%;
}
.logo-header img {
position:relative;
left:-50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment