Skip to content

Instantly share code, notes, and snippets.

View gustaff-weldon's full-sized avatar

Good stuff and well done! gustaff-weldon

View GitHub Profile
@gustaff-weldon
gustaff-weldon / dabblet.css
Created February 27, 2012 10:10 — forked from anonymous/dabblet.css
Untitled
div {
height: 100px;
margin: 20px;
border: 1px solid red;
max-width: 300px;
}
div + div {
max-width: none;
}
@gustaff-weldon
gustaff-weldon / dabblet.css
Created February 27, 2012 10:10 — forked from anonymous/dabblet.css
Untitled
div {
height: 100px;
margin: 20px;
border: 1px solid red;
max-width: 300px;
}
div + div {
max-width: none;
}
label { cursor: pointer; }
.wrapper { width: 500px; background: #efefef;}
.cb { box-sizing: content-box}
.bb { box-sizing: border-box;}
input, textarea {
width: 200px;
padding: 0 10%;
margin: 0 10%;
}
.wrapper div {
body {
color: red;
}
i { color: green; }
.caret {
display: inline-block;
width: 0;
height: 0;
body {
color: red;
}
i { color: green; }
.caret {
display: inline-block;
width: 0;
height: 0;
body {
color: red;
}
i { color: green; }
.caret {
display: inline-block;
width: 0;
height: 0;
@gustaff-weldon
gustaff-weldon / dabblet.css
Created February 21, 2013 09:27
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #EEE;
text-align: center;
}
#box {
background: radial-gradient(50% -10%, ellipse closest-corner, rgba(0,0,0,0.5), rgba(0,0,0,0));
@gustaff-weldon
gustaff-weldon / dabblet.css
Created February 21, 2013 09:27
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #EEE;
text-align: center;
}
#box {
background: radial-gradient(50% -10%, ellipse closest-corner, rgba(0,0,0,0.5), rgba(0,0,0,0));
@gustaff-weldon
gustaff-weldon / dabblet.css
Created February 21, 2013 09:28
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #EEE;
text-align: center;
}
#box {
background: radial-gradient(50% -10%, ellipse closest-corner, rgba(0,0,0,0.5), rgba(0,0,0,0));