Skip to content

Instantly share code, notes, and snippets.

@teeaich
Created July 4, 2013 18:26
Show Gist options
  • Select an option

  • Save teeaich/5929508 to your computer and use it in GitHub Desktop.

Select an option

Save teeaich/5929508 to your computer and use it in GitHub Desktop.
vertical align content
.container {
min-height: 6.5em;
display: table-cell;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment