Skip to content

Instantly share code, notes, and snippets.

@maddesigns
maddesigns / dabblet.css
Created January 21, 2012 04:49
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(to right, #f06, yellow);
min-height: 100%;
@maddesigns
maddesigns / file_input_example.css
Created December 9, 2011 15:38 — forked from nathansmith/file_input_example.css
Markup to Hide a File Input
.fake_file_input {
background: url(../images/fake_file_input.png) no-repeat;
cursor: pointer;
width: 150px;
height: 30px;
overflow: hidden;
position: relative;
display: inline-block;
*display: inline;
*zoom: 1;