Skip to content

Instantly share code, notes, and snippets.

View andrewhathaway's full-sized avatar

Andrew Hathaway andrewhathaway

View GitHub Profile
@andrewhathaway
andrewhathaway / dabblet.css
Created December 19, 2012 11:32 — forked from anonymous/dabblet.css
Untitled
div {
height: 100px;
width: 100px;
background: rgb(64,150,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(64,150,238,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,150,238,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* IE10+ */
@andrewhathaway
andrewhathaway / dabblet.css
Created October 20, 2012 23:09 — forked from anonymous/dabblet.css
Untitled
body {
font-family: 'verdana';
}
input { display: none; }
.banner {
height: 40px;
background: black
}