Skip to content

Instantly share code, notes, and snippets.

@justinleveck
Last active September 18, 2017 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinleveck/aac2571fdd6e1fd771c3a408b661b37a to your computer and use it in GitHub Desktop.
Save justinleveck/aac2571fdd6e1fd771c3a408b661b37a to your computer and use it in GitHub Desktop.
.center {
position: absolute;
width: 50px;
height: 25px;
top: calc(50% - 25px); /* 50% - height */
left: calc(50% - 50px); /* 50% - width */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment