Skip to content

Instantly share code, notes, and snippets.

@ibnuh
Created April 23, 2017 05:42
Show Gist options
  • Save ibnuh/0f7d3808d820ff19a9f6043b5dcb7261 to your computer and use it in GitHub Desktop.
Save ibnuh/0f7d3808d820ff19a9f6043b5dcb7261 to your computer and use it in GitHub Desktop.
CSS Center Component
.centerComponent{
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