Skip to content

Instantly share code, notes, and snippets.

@jamischarles
Created February 4, 2015 21:29
Show Gist options
  • Save jamischarles/91c8190423a93e801b1c to your computer and use it in GitHub Desktop.
Save jamischarles/91c8190423a93e801b1c to your computer and use it in GitHub Desktop.
CSS: Center horizontally and vertically
/* Supported IE8+ */
.el {
display: table-row;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment