Skip to content

Instantly share code, notes, and snippets.

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

Alexey Jukov alexismaster

🏠
Working from home
  • Genes1s Intellectual Solutions
  • Russia, Yaroslavl
View GitHub Profile
@alexismaster
alexismaster / dabblet.css
Created March 12, 2013 14:34
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%;
}
@alexismaster
alexismaster / dabblet.css
Created March 12, 2013 12: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, yellow);
min-height: 100%;
}
@alexismaster
alexismaster / dabblet.css
Created March 12, 2013 11:57
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;