Last active
October 6, 2015 08:18
-
-
Save fat/2964424 to your computer and use it in GitHub Desktop.
coffin thing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Defines a coffin drawer --> | |
<div class="coffin"> | |
<div class="bar">coffin</div> | |
<ul class="nav"> | |
<li><a data-coffin="click" href="#about">About</a></li> | |
<li><a data-coffin="click" href="#contact">Contact</a></li> | |
</ul> | |
</div> | |
<!-- Defines a coffin stage --> | |
<div class="page"> | |
<div class="container"> | |
<div class="ten columns content"></div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment