Skip to content

Instantly share code, notes, and snippets.

@ramsesoriginal
Created January 18, 2013 09:04
Show Gist options
  • Save ramsesoriginal/4563307 to your computer and use it in GitHub Desktop.
Save ramsesoriginal/4563307 to your computer and use it in GitHub Desktop.
doodling menu
/**
* doodling menu
*/
<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>
// alert('Hello world!');
{"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