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 6, 2012 08:35
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
position: relative;
border: 3px solid orange;
width: 400px;
height: 400px;
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:39
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
border: 3px solid orange;
width: 400px;
height: 400px;
}
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:41
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
border: 3px solid orange;
width: 400px;
height: 200px;
}
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:41
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
border: 3px solid orange;
width: 400px;
height: 200px;
overflow: hidden;
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:41
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
border: 3px solid orange;
width: 400px;
height: 200px;
overflow-y: scroll;
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:44
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
border: 3px solid orange;
width: 400px;
height: 200px;
overflow-y: scroll;
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:45
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
border: 3px solid orange;
}
.box {
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:47
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
border: 3px solid orange;
width: 800px;
}
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:49
Untitled
body {
background-color: #fff;
color: #333;
}
.outer {
border: 3px solid orange;
width: 500px;
}
@wrumsby
wrumsby / dabblet.css
Created September 6, 2012 08:51
Untitled
body {
background-color: #fff;
color: #333;
font-family: Tahoma, sans-serif;
}
.content {
margin: 10px;
}