Skip to content

Instantly share code, notes, and snippets.

@dmaksimov
Created June 20, 2018 19:35
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 dmaksimov/7aba2573f6056026c0268682616b36dd to your computer and use it in GitHub Desktop.
Save dmaksimov/7aba2573f6056026c0268682616b36dd to your computer and use it in GitHub Desktop.
Restaurant Menu With Dots
<div class="restaurant-menu with-dot-leaders">
<div class="restaurant-menu-item">
<span class="restaurant-menu-item-name">
Chicken Fajitas
</span>
<span class="restaurant-menu-item-price">
$11.99
</span>
</div>
<div class="restaurant-menu-item">
<span class="restaurant-menu-item-name">
Chicken Wings
</span>
<span class="restaurant-menu-item-price">
$14.99
</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment