Skip to content

Instantly share code, notes, and snippets.

View doochik's full-sized avatar

Aleksei Androsov doochik

View GitHub Profile
@doochik
doochik / dabblet.css
Last active April 22, 2020 12:05 — forked from anonymous/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%;
}
input {