Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dekart
Created August 18, 2010 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dekart/533702 to your computer and use it in GitHub Desktop.
Save dekart/533702 to your computer and use it in GitHub Desktop.
<aside>
<div class="widget">
<h5 class="widget-title">
<p></p>
</div>
<!-- other widgets -->
</aside>
<!-- CSS:
aside { background-color: #ccc; }
aside .widget { background-color: white; padding: 10px; }
aside .widget h5 { border-bottom: 1px solid black; }
-->
<section>
New section goes here
</section>
<!-- CSS:
section { margin: 20px; border: 1px solid blue; }
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment