Skip to content

Instantly share code, notes, and snippets.

View giuseppeg's full-sized avatar
🌊
All is well.

Giuseppe giuseppeg

🌊
All is well.
View GitHub Profile
@giuseppeg
giuseppeg / dabblet.css
Created March 17, 2013 10:41 — forked from oksushi/dabblet.css
Making an ugly range slider (webkit only)
/**
* Making an ugly range slider (webkit only)
*/
input[type="range"] {
width: 100%;
height: 1em;
border-radius: 0.25em;
background-color: rgba(0, 0, 0, 0.05);