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 November 29, 2013 14:13 — forked from LeaVerou/dabblet.css
(C)Leanest CSS spinner ever
/**
* (C)Leanest CSS spinner ever
*/
@keyframes spin {
to { transform: rotate(1turn); }
}
.progress {
position: relative;
@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;
}