Skip to content

Instantly share code, notes, and snippets.

@billyhalim
Created September 1, 2016 09:46
Show Gist options
  • Save billyhalim/7dddc6624ce0150ba57fb769e575f6a0 to your computer and use it in GitHub Desktop.
Save billyhalim/7dddc6624ce0150ba57fb769e575f6a0 to your computer and use it in GitHub Desktop.
Grid
<div class="row" style="height: 300px;">
<div class="cell bg-blue v-top">
<p>.cell .v-top</p>
</div>
<div class="cell bg-orange v-bottom">
<p>.cell .v-bottom</p>
</div>
<div class="cell bg-blue v-center">
<p>.cell .v-center</p>
</div>
<div class="cell bg-orange v-baseline">
<p>.cell .v-baseline</p>
</div>
<div class="cell bg-blue v-stretch">
<p>.cell .v-stretch</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment