Skip to content

Instantly share code, notes, and snippets.

@byronmejia
Created April 12, 2016 12:30
Show Gist options
  • Save byronmejia/8559f30ff616045ae929a7659d346ce4 to your computer and use it in GitHub Desktop.
Save byronmejia/8559f30ff616045ae929a7659d346ce4 to your computer and use it in GitHub Desktop.
.center-hor {
position: absolute;
right: 50px;
left: 50px;
text-align: center;
}
.center-ver {
position: absolute;
top: 50%;
text-align: center;
margin-top: -50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment