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 4, 2014 12:24
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 4, 2014 12:24
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 4, 2014 12:24
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 4, 2014 12:24
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;
}
#main {
width: 400px;
height: 200px;
border: 1px solid #c3c3c3;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-flex-flow: row-reverse;
-moz-flex-flow: row;
flex-flow: row;
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 4, 2014 19:30
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 4, 2014 22:19
white-space
/**
* white-space
* CSS3 property
* http://docs.webplatform.org/wiki/css/properties/white-space
*/
.white-space--nowrap {
white-space:nowrap;
}
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 6, 2014 11:30
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;
}
bbbbbbbbbbbbbb
bbbbbbbbbbbbbb
cccccccccccccccc
@WebPlatformDocs
WebPlatformDocs / dabblet.css
Created February 7, 2014 02:27
Array; Shows how to initialize an array of a given length
/* Array; Shows how to initialize an array of a given length */