Skip to content

Instantly share code, notes, and snippets.

@jaredkc
Last active December 14, 2015 01:29
CSS to center vertical and horizontal
.middle {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment