Skip to content

Instantly share code, notes, and snippets.

@helenb
Created January 16, 2017 08:13
Show Gist options
  • Save helenb/a5bf0685d807696b78441b72b1d8c9ee to your computer and use it in GitHub Desktop.
Save helenb/a5bf0685d807696b78441b72b1d8c9ee to your computer and use it in GitHub Desktop.
CSS Centre positioning
.test {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment