Skip to content

Instantly share code, notes, and snippets.

@martajohnsson
Forked from marioblas/vertical-align.css
Last active August 29, 2015 14:22
Show Gist options
  • Save martajohnsson/82cab5bb4132d2f87a43 to your computer and use it in GitHub Desktop.
Save martajohnsson/82cab5bb4132d2f87a43 to your computer and use it in GitHub Desktop.
/* Align vertically a column */
.v-align {
float: none;
display: inline-block;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment