Skip to content

Instantly share code, notes, and snippets.

@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 {
@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 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 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 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 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;
html { background: grey; }
div.photo { border-radius: 5px; overflow: hidden; background-clip: border-box; }
div.photo img { }
#wrapper {
width: 900px;
margin: 0 auto;
position: relative;
background: #999;
}
#content {
width: 500px;
@graygilmore
graygilmore / dabblet.css
Created March 10, 2012 00:38 — forked from anonymous/dabblet.css
Untitled
#wrapper {
width: 900px;
margin: 0 auto;
position: relative;
background: #999;
}
#content {
width: 500px;
@graygilmore
graygilmore / dabblet.css
Created May 3, 2012 18:25 — forked from anonymous/dabblet.css
Weirdness when using "size" and HTML5 number input
/**
* Weirdness when using "size" and HTML5 number input
*/
input {
display: block
}
.small { width: 30px; }
.medium { width: 120px; }