Skip to content

Instantly share code, notes, and snippets.

View kkorsakov's full-sized avatar

Konstantin Korsakov kkorsakov

  • Saint-Petersburg
View GitHub Profile
@kkorsakov
kkorsakov / dabblet.css
Created May 2, 2012 15:23 — forked from ostroffsky/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.item {
display: inline-block;