Skip to content

Instantly share code, notes, and snippets.

@cedricici
cedricici / dabblet.css
Created March 21, 2012 15:00 — forked from iamvdo/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
input{
transition:all .5s ease;
}
option:checked{
color:blue;
}
select{font:1em serif;border:1px solid red;background:red;outline:2px solid green;}
@cedricici
cedricici / dabblet.css
Created March 15, 2012 21:25 — forked from iamvdo/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
h3{
display:run-in;
padding-right:15px;
}
@cedricici
cedricici / dabblet.css
Created February 11, 2012 09:54 — forked from iamvdo/dabblet.css
Multiple arrière-plan
/**
* Multiple arrière-plan
*/
html{
width:100%;
height:100%;
background: radial-gradient(circle,#ccc,#111) fixed;
font:1em sans-serif;
}
@cedricici
cedricici / dabblet.css
Created February 11, 2012 09:54 — forked from iamvdo/dabblet.css
Multiple arrière-plan
/**
* Multiple arrière-plan
*/
html{
width:100%;
height:100%;
background: radial-gradient(circle,#ccc,#111) fixed;
font:1em sans-serif;
}
@cedricici
cedricici / dabblet.css
Created February 11, 2012 09:49 — forked from iamvdo/dabblet.css
Multiple arrière-plan
/**
* Multiple arrière-plan
*/
html{
width:100%;
height:100%;
background: radial-gradient(circle,#ccc,#111) fixed;
font:1em sans-serif;
}
@cedricici
cedricici / dabblet.css
Created February 11, 2012 09:46 — forked from iamvdo/dabblet.css
Multiple arrière-plan
/**
* Multiple arrière-plan
*/
html{
width:100%;
height:100%;
background: radial-gradient(circle,#ccc,#111) fixed;
font:1em sans-serif;
}