Skip to content

Instantly share code, notes, and snippets.

View mstalfoort's full-sized avatar

Marc Stalfoort mstalfoort

View GitHub Profile
@mstalfoort
mstalfoort / dabblet.css
Created November 24, 2012 16:26 — forked from vasilisvg/dabblet.css
Hover button
/**
* Hover button
*/
a {
font: 2em arial;
display: inline-block;
text-decoration: none;
color: #fff;
margin: 2em 0 0 2em;
@mstalfoort
mstalfoort / gist:4011278
Created November 4, 2012 10:38 — forked from christianvuerings/gist:4008670
Webplatform.org - show prototype of live code
// Use on webplatform.org to show prototype of how live code could work.
var el = document.querySelector('a[href="http://docs.webplatform.org/wiki/html"]');
el.href="http://denbuzze.com/code/webplatform_codepen/";
el.rel="lightbox";
el.target="_blank";
el.innerText="live example"
// Reload the lightbox