Created
January 18, 2013 09:04
-
-
Save ramsesoriginal/4563307 to your computer and use it in GitHub Desktop.
doodling menu
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
/** | |
* doodling menu | |
*/ | |
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
<header> | |
<h1> | |
Lorem Ipsum | |
</h1> | |
</header> | |
<section class="content box main container"> | |
<nav class="menu"> | |
<ul> | |
<li> | |
<a href="#">Lorem</a> | |
<ul> | |
<li> | |
<a href="#">Li</a> | |
</li> | |
<li> | |
<a href="#" class="current">European</a> | |
</li> | |
<li> | |
<a href="#">Linguae</a> | |
</li> | |
</ul> | |
</li> | |
<li> | |
<a href="#">Ipsum</a> | |
</li> | |
<li> | |
<a href="#">Dolor</a> | |
<ul> | |
<li> | |
<a href="#">Arep</a> | |
</li> | |
<li> | |
<a href="#">Anemo</a> | |
</li> | |
<li> | |
<a href="#">Antiguanne</a> | |
</li> | |
</ul> | |
</li> | |
<li> | |
<a href="#">Sit</a> | |
</li> | |
<li> | |
<a href="#">Amet</a> | |
</li> | |
</ul> | |
</nav> | |
<section class="content box dynamic"> | |
</section> | |
</section> |
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
// alert('Hello world!'); |
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
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment