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
Created September 7, 2012 07:42
Untitled
body {
background-color: #fff;
color: #333;
font-family: Tahoma, sans-serif;
}
.absolute {
position: absolute;
}
@wrumsby
wrumsby / dabblet.css
Created September 7, 2012 07:42
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%;
@wrumsby
wrumsby / dabblet.css
Created September 9, 2012 00:43
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
border: 3px solid orange;
}
.box {
@wrumsby
wrumsby / dabblet.css
Created September 9, 2012 01:10
Untitled
body {
background-color: #fff;
color: #333;
font-family: sans-serif;
font-size: 20px;
}
.box {
display: inline;
margin: 10px;
@wrumsby
wrumsby / dabblet.css
Created September 9, 2012 01:12
Untitled
body {
background-color: #fff;
color: #333;
font-size: 20px;
font-family: sans-serif;
line-height: 60px;
}
.box,
.block {
@wrumsby
wrumsby / dabblet.css
Created September 10, 2012 08:18
Untitled
body {
background-color: #fff;
color: #333;
font-family: sans-serif;
font-size: 20px;
}
.box {
margin: 10px;
width: 150px;
@wrumsby
wrumsby / dabblet.css
Created September 11, 2012 08:06
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
border: 3px solid orange;
}
.box {
@wrumsby
wrumsby / dabblet.css
Created September 11, 2012 08:46
Untitled
body {
background-color: #fff;
color: #333;
font-family: sans-serif;
font-size: 20px;
line-height: 1.6em;
}
.example {
border: 3px solid orange;
@wrumsby
wrumsby / dabblet.css
Created September 11, 2012 09:12
Untitled
body {
background-color: #fff;
color: #333;
font-family: sans-serif;
font-size: 20px;
line-height: 1.6em;
}
.example {
border: 3px solid orange;
@wrumsby
wrumsby / dabblet.css
Created September 12, 2012 02:22
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background-color: #f9f9f9;
color: #333;
font-family: Arial, Helvetica, sans-serif;
}