Skip to content

Instantly share code, notes, and snippets.

View danillonunes's full-sized avatar

Marcus Danillo M. Nunes danillonunes

View GitHub Profile
@danillonunes
danillonunes / index.html
Last active December 29, 2015 19:59 — forked from darwin/index.html
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css">
<script src="http://cmx.io/v/0.1/cmx.js" charset="utf-8"></script>
<style>
h1 {
font-family: "xkcd", "comic sans", sans-serif;
text-align: center;
text-transform: uppercase;
}
@danillonunes
danillonunes / dabblet.css
Created November 29, 2013 21:33 — forked from LeaVerou/dabblet.css
(C)Leanest CSS spinner ever
/**
* (C)Leanest CSS spinner ever
*/
@keyframes spin {
to { transform: rotate(1turn); }
}
.progress {
position: relative;