Skip to content

Instantly share code, notes, and snippets.

@ermak0ff
ermak0ff / dabblet.css
Created July 28, 2014 20:10
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%;
@ermak0ff
ermak0ff / dabblet.css
Created July 28, 2014 20:09
Image slider with pure CSS
/**
* Image slider with pure CSS
* Original version in http://demosthenes.info/blog/css
*/
.image-slider {
position:relative;
display: inline-block;
line-height: 0;
}
@ermak0ff
ermak0ff / dabblet.css
Created July 28, 2014 20:08 — forked from LeaVerou/dabblet.css
Image slider with pure CSS
/**
* Image slider with pure CSS
* Original version in http://demosthenes.info/blog/css
*/
.image-slider {
position:relative;
display: inline-block;
line-height: 0;
}