Skip to content

Instantly share code, notes, and snippets.

@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;
}