Skip to content

Instantly share code, notes, and snippets.

Created August 7, 2012 17:34
Show Gist options
  • Save anonymous/3287625 to your computer and use it in GitHub Desktop.
Save anonymous/3287625 to your computer and use it in GitHub Desktop.
<div class="category">
<div class="category-image"></div>
<div class="category-head">
<div href="#" class="toggle open"></div>
<h2 class="category-name">Salads</h2>
<p>Served with roll, butter & choice of dressing.</p>
</div>
<ul class="food-items">
<li class="food-item">
<h3 class="food-name">Chicken Cobb</h3>
<h3 class="price">$6.50</h3>
<p>Grilled Chicken, Bacon, Mozzarella, Lettuce, Tomatoes</p>
</li> <li class="food-item">
<h3 class="food-name">Garden Salad</h3>
<h3 class="price">$6.50</h3>
<p>Grilled Chicken, Bacon, Lettuce, Tomatoes, Sliced Egg</p>
</li>
<li class="food-item">
<h3 class="food-name">Tossed Salad</h3>
<h3 class="price">$6.50</h3>
<p>Bacon, Mozzarella, Lettuce, Tomatoes, Sliced Egg</p>
</li>
<li class="food-item">
<h3 class="food-name">Caesar Salad</h3>
<h3 class="price">$6.50</h3>
<p>Grilled Chicken, Mozzarella, Lettuce, Sliced Egg</p>
</li>
</ul>
</div><!--end category-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment