Skip to content

Instantly share code, notes, and snippets.

View agrublev's full-sized avatar
💭
Always moving forward

Angel Grablev agrublev

💭
Always moving forward
View GitHub Profile
body {background: #f0f0f0; text-shadow:0px 1px 0px #fff;}
ul {width:250px;}
ul li {display:table;}
ul li a {display:table-cell; background:url(http://images.fzilla.com/images/bullet.png) no-repeat;}
@agrublev
agrublev / dabblet.css
Created March 10, 2012 21:35
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%;
@agrublev
agrublev / dabblet.css
Created February 17, 2012 00:06
ZEBRAS
/**
* ZEBRAS
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
.test {}