Skip to content

Instantly share code, notes, and snippets.

@mrgarry05
mrgarry05 / dabblet.css
Created April 6, 2015 05:58
form field *
@import url(http://fonts.googleapis.com/css?family=Laila:400,700);
/** form field **/
form {
display: block;
margin: 30px;
overflow: hidden;
background-image:url("http://www.fruitlove.com.au/wp-content/uploads/2015/03/watercolor-grunge-000024-yellow-sky-blue.jpg ");
@mrgarry05
mrgarry05 / dabblet.css
Created April 6, 2015 05:39
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@mrgarry05
mrgarry05 / dabblet.css
Last active August 29, 2015 14:17
form field *
@import url(http://fonts.googleapis.com/css?family=Laila:400,700);
/** form field **/
form {
display: block;
margin: 30px;
overflow: hidden;
background-image:url("http://www.fruitlove.com.au/wp-content/uploads/2015/03/watercolor-grunge-000024-yellow-sky-blue.jpg ");
@mrgarry05
mrgarry05 / dabblet.js
Created March 21, 2015 02:44
Untitled
// alert('Hello world!');
.enjoy-css {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
cursor: pointer;
border: none;
font: normal 72px/normal "Passero One", Helvetica, sans-serif;
color: rgba(18,117,76,1);
text-align: center;
-o-text-overflow: clip;
@mrgarry05
mrgarry05 / dabblet.css
Created March 6, 2015 01:24
form field *
@import url(http://fonts.googleapis.com/css?family=Laila:400,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
outline: none;
@mrgarry05
mrgarry05 / dabblet.css
Created March 6, 2015 01:24 — forked from anonymous/dabblet.css
form field *
@import url(http://fonts.googleapis.com/css?family=Laila:400,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
outline: none;