Skip to content

Instantly share code, notes, and snippets.

View acarbone's full-sized avatar

Alessandro Carbone acarbone

View GitHub Profile
### Keybase proof
I hereby claim:
* I am acarbone on github.
* I am acarbone (https://keybase.io/acarbone) on keybase.
* I have a public key whose fingerprint is ECEB 6EAD 7CCA D5B2 3C5B 8C49 2227 D193 414C 4679
To claim this, I am signing this object:
@acarbone
acarbone / dabblet.css
Created July 4, 2012 16:19 — forked from dstorey/dabblet.css
set the size of the boxes and any decoration
.slider {
/* set initial width */
width: 520px;
/* hide the content that overflows (to allow second box to show through) */
overflow: hidden;
display: inline-block;
/* skew container so that it has angled edge, and set up transition */
transform: skewX(-20deg);