Skip to content

Instantly share code, notes, and snippets.

View WebPlatformDocs's full-sized avatar

WebPlatform Docs WebPlatformDocs

View GitHub Profile
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 21, 2013 17:42
The first commented line is your codelet’s title
/**
* The first commented line is your codelet’s title
*/
p {
color: #f06;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.2,.6,.8,.8);
width: 400px;
}
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 21, 2013 17:43
The first commented line is your codelet’s title
/**
* The first commented line is your codelet’s title
*/
p {
color: #f06;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.2,.1,.8,.8);
width: 400px;
}
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 21, 2013 17:46
The first commented line is your codelet’s title
/**
* The first commented line is your codelet’s title
*/
p {
color: #f06;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.2,.6,.8,.8);
width: 400px;
}
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 21, 2013 17:52
The first commented line is your codelet’s title
/**
* The first commented line is your codelet’s title
*/
p {
color: #f06 ;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.2,.6,.8,.8);
width: 400px;
}
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 21, 2013 17:57
The first commented line is your codelet’s title
/**
* The first commented line is your codelet’s title
*/
p {
color: #f06 ;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.2,.6,.8,.8);
width: 400px;
}
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 21, 2013 18:00
The first commented line is your codelet’s title
/**
* The first commented line is your codelet’s title
*/
#outerspace {
position: relative;
height: 400px;
background: #0c0440;
}
div.rocket {
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 21, 2013 18:00
The first commented line is your codelet’s title
/**
* The first commented line is your codelet’s title
*/
#outerspace {
position: relative;
height: 400px;
background: #0c0440;
}
div.rocket {
/**
* DO THIS
*/
p {
border: 100px;
color: #a92;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.9,.6,.8,.8);
width: 400px;
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 21, 2013 18:16
The first commented line is your codelet’s title
/**
* The first commented line is your codelet’s title
*/
p {
color: #f06;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.2,.6,.8,.8);
width: 400px;
}
/**
* DO THIS
*/
p {
border: 100px;
color: #a92;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.9,.6,.8,.8);
width: 400px;