Created
September 1, 2016 09:46
-
-
Save billyhalim/7dddc6624ce0150ba57fb769e575f6a0 to your computer and use it in GitHub Desktop.
Grid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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