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
(C)Leanest CSS spinner ever
/**
* (C)Leanest CSS spinner ever
*/
@keyframes spin {
to { transform: rotate(1turn); }
}
.progress {
position: relative;
h3:nth-child(2) + ul {
background: red;
}
body {
font-size: 2rem;
}
.container {
width: 10%;
}
p {
overflow: hidden;
body {
font-size: 1.6rem;
}
.container {
width: 10%;
}
/* icon */
.icon:before {
@gustaff-weldon
gustaff-weldon / dabblet.css
Created January 7, 2014 10:49
icon, content is icon sign
body {
font-size: 1.6rem;
}
.container {
width: 15%;
}
/* icon, content is icon sign */
.icon:before {
@gustaff-weldon
gustaff-weldon / dabblet.css
Created January 8, 2014 10:14 — forked from anonymous/dabblet.css
icon, content is icon sign
body {
font-size: 1.6rem;
}
.container {
width: 20%;
display: table;
margin-bottom: 1em;
}
@gustaff-weldon
gustaff-weldon / dabblet.css
Created January 8, 2014 10:14
icon, content is icon sign
body {
font-size: 1.6rem;
}
.container {
width: 20%;
padding: 2%;
float: left;
}
@gustaff-weldon
gustaff-weldon / dabblet.css
Created January 8, 2014 13:20
icon, content is icon sign
body {
font-size: 1.6rem;
}
.container {
width: 20%;
padding: 2%;
float: left;
}
@gustaff-weldon
gustaff-weldon / gist:8794510
Last active September 24, 2015 07:47
Ideas for integrating client-side MVC/MVVM framework with SEO
a {
background: blue;
color: white;
padding: 0px 10px;
text-decoration:none;
border-bottom: 3px solid yellow;
}
p {
width: 200px;