Skip to content

Instantly share code, notes, and snippets.

/**
* 3d Cube
*/
html{
}
#cube{
width:300px;
height:300px;
background:#aaa;
@cedricici
cedricici / dabblet.css
Created January 2, 2012 16:42
CSS3 counter hierarchie
/**
* CSS3 counter hierarchie
*/
@import url(http://fonts.googleapis.com/css?family=Spicy+Rice);
div{
width:200px;
columns:200px 2;
@cedricici
cedricici / dabblet.css
Created January 2, 2012 19:58
3D sandbox
/**
* 3D sandbox
*/
body{
}
div{
border:1px solid #000;
@cedricici
cedricici / dabblet.css
Created January 3, 2012 11:00
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
@cedricici
cedricici / dabblet.css
Created January 24, 2012 18:05
The first commented line is your dabblet’s title
/**
* @counter-style
*/
ul,dl{
background:red;
}
li::marker{
color:blue;
@cedricici
cedricici / dabblet.css
Created January 25, 2012 21:47
CSS3 counter hierarchie
/**
* CSS3 counter hierarchie
*/
/*@import url(http://fonts.googleapis.com/css?family=Spicy+Rice);*/
div{
}
@cedricici
cedricici / dabblet.css
Created February 1, 2012 21:13
Transition
/**
* Transition
*/
body{
padding:0;
background:linear-gradient(-45deg, darkblue, aqua);
height:400px;
}
div p{
@cedricici
cedricici / dabblet.css
Created February 2, 2012 20:53
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html{
background: linear-gradient(-45deg, darkblue, gray);
min-height:100%;
}
@cedricici
cedricici / dabblet.css
Created February 2, 2012 21:22
transitionned menu
/**
* transitionned menu
*/
html{
background: linear-gradient(-45deg, white, gray);
min-height:100%;
font-family:sans;
font-size:.9em;
}
@cedricici
cedricici / dabblet.css
Created February 3, 2012 20:21
Transition
/**
* Transition
*/
body{
padding:0;
background:linear-gradient(-45deg, darkblue, aqua);
height:400px;
}
p{