Skip to content

Instantly share code, notes, and snippets.

View mattpilott's full-sized avatar
👨‍💻
Tinkering

Matt Pilott mattpilott

👨‍💻
Tinkering
View GitHub Profile
@mattpilott
mattpilott / reveal-markup.html
Created September 22, 2012 21:18 — forked from hatefulcrawdad/reveal-markup.html
Foundation Reveal Modal Markup
<div id="myModal" class="reveal-modal">
<h2>Awesome. I have it.</h2>
<p class="lead">Your couch. I it's mine.</p>
<p>Im a cool paragraph that lives inside of an even cooler modal. Wins</p>
<a class="close-reveal-modal">&#215;</a>
</div>