Skip to content

Instantly share code, notes, and snippets.

View drublic's full-sized avatar
🌐
Remote by default

Hans Christian Reinl drublic

🌐
Remote by default
View GitHub Profile
@drublic
drublic / dabblet.css
Created December 16, 2011 14:33
Testing CSS3 Filters
/**
* Testing CSS3 Filters
*/
img {
-webkit-transition: all .5s ease;
-webkit-filter: blur(0);
}
img:hover {
@drublic
drublic / dabblet.css
Created December 16, 2011 14:57
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
img {
-webkit-transition: all .5s ease;
-webkit-filter: blur(0);
-webkit-transform: translate3d(0,0,0);
}
@drublic
drublic / dabblet.css
Created December 18, 2011 21:46 — forked from LeaVerou/dabblet.css
Previewer test
/**
* Previewer test
*/
background: #f06;
background: linear-gradient(left bottom,
hsla(340, 100%, 50%,.7), yellow);
min-width: 100px;
width: 2in;
transition-duration: 6s;
@drublic
drublic / dabblet.css
Created December 26, 2011 14:07
Testing Opera's input[type="color"]
/* Testing Opera's input[type="color"] */
input[type='color'] {
display: block;
width: 200px;
height: 200px;
background: orange;
border-radius: 50%;
}
@drublic
drublic / dabblet.css
Created December 28, 2011 18:08
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
p {
background: attr(data-color);
}
@drublic
drublic / dabblet.css
Created December 28, 2011 18:16 — forked from anonymous/dabblet.css
Testing Nicolas Gallagher's method for responsive images
/**
* Testing Nicolas Gallagher's method for responsive images
*/
p {
content: attr(data-title);
}
@drublic
drublic / dabblet.css
Created January 21, 2012 16:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
@drublic
drublic / dabblet.css
Created January 25, 2012 16:02
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%;
@drublic
drublic / dabblet.css
Created January 25, 2012 17:43
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
@drublic
drublic / settings.json
Created January 27, 2012 20:10
Untitled
{"view":"split","prefixfree":"1","page":"css"}