Skip to content

Instantly share code, notes, and snippets.

View willyv78's full-sized avatar
🏠
Working from home

Wilson Giovanny Velandia Barreto willyv78

🏠
Working from home
View GitHub Profile
@willyv78
willyv78 / dabblet.css
Created February 4, 2016 14:15
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, blue);
min-height: 100vh;
background-repeat: no-repeat;
color: #FFF;
}