Skip to content

Instantly share code, notes, and snippets.

@iamvdo
iamvdo / .block
Last active May 10, 2017 06:28 — forked from mbostock/.block
Vector Tiles
license: gpl-3.0
@iamvdo
iamvdo / dabblet.css
Created March 27, 2012 14:31 — forked from cedricici/dabblet.css
3D Transform (style,backface)
/**
* 3D Transform (style,backface)
*/
section{
margin-top:100px;
width:1200px;
height:700px;
background:white;
padding:20px;
@iamvdo
iamvdo / dabblet.css
Created March 22, 2012 13:25 — forked from cedricici/dabblet.css
CSS3 counter hierarchie
/**
* CSS3 counter hierarchie
*/
@import url(http://fonts.googleapis.com/css?family=Spicy+Rice);
div{
}
@iamvdo
iamvdo / dabblet.css
Created March 22, 2012 11:17 — forked from cedricici/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
*{margin:0;padding:0;}
body{
font:1em sans-serif;
height:100%;
width:100%;
background:#333;
@iamvdo
iamvdo / dabblet.css
Created March 18, 2012 18:30 — forked from anonymous/dabblet.css
Untitled
.wrapper{
width:200px;
height:30px;
background:red;
position:relative;
}
.content{
position:absolute;
@iamvdo
iamvdo / dabblet.css
Created January 15, 2012 22:58 — forked from anonymous/dabblet.css
Transitions sur pseudo-element
/**
* Transitions sur pseudo-element
*/
html{
font-family: sans-serif;
font-size:1em;
background:#eee;
}
ul{