Skip to content

Instantly share code, notes, and snippets.

@graygilmore
graygilmore / dabblet.css
Created February 16, 2012 21:29 — forked from anonymous/dabblet.css
Untitled
body {
background:#e9e8e1;
}
.button {
display: inline-block;
padding: 8px 13px;
color: #fff;
font-weight: bold;
text-decoration: none;
@graygilmore
graygilmore / dabblet.css
Created February 16, 2012 20:57
Untitled
.button {
display: inline-block;
padding: 8px 13px;
color: #fff;
font-weight: bold;
text-decoration: none;
text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
@graygilmore
graygilmore / dabblet.css
Created February 3, 2012 18:48
Untitled
* { margin: 0; padding: 0; }
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
body {
background: url('http://placebear.com/500/500') center top no-repeat;
@graygilmore
graygilmore / dabblet.css
Created January 23, 2012 23:21
Untitled
html {
background: #ccc;
}
body {
padding: 100px;
}
#awesome {
min-height: 400px;
@graygilmore
graygilmore / dabblet.css
Created January 5, 2012 00:08 — forked from anonymous/dabblet.css
Untitled
.feature-box {
width: 300px;
float: left;
margin: 30px 0 15px 20px;
padding: 0;
position: relative;
}
.feature-box:first-child {