For a truly "app-like" feel, use so that when a user swipes through categories on their phone, the sections snap perfectly into place. 5. Top "Restaurant Menu" Trends on CodePen
<article class="menu-item"> <div class="item-header"> <h3 class="item-name">Pan-Seared Salmon</h3> <span class="item-price">$32</span> </div> <p class="item-desc">Atlantic salmon, lemon dill sauce, seasonal vegetables.</p> </article> </section> </main> </div> restaurant menu html css codepen
/* Item Styling */ .menu-item margin-bottom: 25px; For a truly "app-like" feel, use so that