Skip to content

Instantly share code, notes, and snippets.

View CedricAlb's full-sized avatar
🏄
open source vibes

Cédric Albrecht CedricAlb

🏄
open source vibes
View GitHub Profile
@CedricAlb
CedricAlb / dabblet.css
Created August 1, 2013 19:04
Scrolling shadows by @kizmarh and @LeaVerou
/**
* Scrolling shadows by @kizmarh and @leaverou
* Only works in browsers supporting background-attachment: local; & CSS gradients
* Degrades gracefully
*/
html {
background: white;
font: 120% sans-serif;
}
@CedricAlb
CedricAlb / dabblet.css
Created August 1, 2013 19:04 — forked from LeaVerou/dabblet.css
Scrolling shadows by @kizmarh and @LeaVerou
/**
* Scrolling shadows by @kizmarh and @leaverou
* Only works in browsers supporting background-attachment: local; & CSS gradients
* Degrades gracefully
*/
html {
background: white;
font: 120% sans-serif;
}
body {
background-color: #f4f4f4; }
a {
text-decoration: none; }
div {
position: relative;
width: 20em;
padding: 2em;
#container {
background-color: grey;
}
.bloc {
border: 1px solid pink;
width: 300px;
height: 100px;
display: inline-block;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
.user {
height: 32px;
@CedricAlb
CedricAlb / dabblet.css
Created March 25, 2013 08:55 — forked from anonymous/dabblet.css
Untitled
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
.user {
height: 32px;