Skip to content

Instantly share code, notes, and snippets.

@Tusko
Created February 2, 2016 09:38
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 Tusko/dad2feae70162a631530 to your computer and use it in GitHub Desktop.
Save Tusko/dad2feae70162a631530 to your computer and use it in GitHub Desktop.
valign css
// Vertical align inside DIV
// <span class="valign">Some content</span>
// <span class="vfix"></span>
.valign {display: inline-block;vertical-align: middle; max-width: 98%}
.vfix {display: inline-block;height: 100%;vertical-align: middle;width: 0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment