Skip to content

Instantly share code, notes, and snippets.

@michaelwilhelmsen
Created June 17, 2014 22:06
Show Gist options
  • Select an option

  • Save michaelwilhelmsen/f30556cb666c2c487c2e to your computer and use it in GitHub Desktop.

Select an option

Save michaelwilhelmsen/f30556cb666c2c487c2e to your computer and use it in GitHub Desktop.
Use this to center element in window.
.center-me {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment