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> |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.gist{ | |
font-size: 17px; | |
} | |
background: #f06; | |
background: linear-gradient(45deg, red, yellow); | |
min-height: 100%; |