Skip to content

Instantly share code, notes, and snippets.

@magemore
Created April 25, 2012 04:52
Show Gist options
  • Save magemore/2486506 to your computer and use it in GitHub Desktop.
Save magemore/2486506 to your computer and use it in GitHub Desktop.
Center certain content vertically
.container {
min-height: 10em;
display: table-cell;
vertical-align: middle;
}
@magemore
Copy link
Author

Say that three times fast. But seriously, this will vertically center content that’s in a container (like in a cell of a HTML table).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment