Skip to content

Instantly share code, notes, and snippets.

@Sanabria
Forked from marioblas/vertical-align.css
Created March 9, 2016 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sanabria/49f9076dadc507fd2df3 to your computer and use it in GitHub Desktop.
Save Sanabria/49f9076dadc507fd2df3 to your computer and use it in GitHub Desktop.
Twitter Bootstrap - Align vertically a column
/* 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