Skip to content

Instantly share code, notes, and snippets.

@billyhalim
billyhalim / grid.html
Created September 1, 2016 09:46
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>
@billyhalim
billyhalim / dabblet.css
Last active September 1, 2016 09:49
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.gist{
font-size: 17px;
}
background: #f06;
background: linear-gradient(45deg, red, yellow);
min-height: 100%;