Skip to content

Instantly share code, notes, and snippets.

View wrumsby's full-sized avatar
💭
what is this even

Walter Rumsby wrumsby

💭
what is this even
View GitHub Profile
@wrumsby
wrumsby / dabblet.css
Last active October 5, 2015 00:21
nth-child(n)
/**
* nth-child(n)
*/
body {
}
div {
margin: 10px;
border: 1px solid blue;
@wrumsby
wrumsby / dabblet.css
Created September 15, 2015 21:44
nth-child(n)
/**
* nth-child(n)
*/
body {
}
div {
margin: 10px;
border: 1px solid blue;
@wrumsby
wrumsby / dabblet.css
Created September 11, 2015 02:18
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
* {
box-sizing: border-box;
}
body {
margin: 0;
@wrumsby
wrumsby / dabblet.css
Created September 11, 2015 01:51
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
margin: 0;
padding: 10px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 24px;
@wrumsby
wrumsby / dabblet.css
Last active September 10, 2015 00:38
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
margin: 0;
padding: 10px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 24px;
@wrumsby
wrumsby / dabblet.css
Last active September 13, 2015 19:51
Content blocks and tables
/**
* Content blocks and tables
*/
body {
margin: 0;
padding: 10px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 24px;
@wrumsby
wrumsby / dabblet.css
Created August 30, 2015 21:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
margin: 0;
padding: 10px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 24px;
@wrumsby
wrumsby / dabblet.css
Last active August 29, 2015 14:28
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
margin: 0;
padding: 10px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 24px;
@wrumsby
wrumsby / dabblet.css
Created June 1, 2015 23:54
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
:focus {
border: 1px solid red;
}
@wrumsby
wrumsby / dabblet.css
Created February 4, 2015 20:34
Placeholder behaviour
/**
* Placeholder behaviour
*/