about.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <div class="about">
  2. <div class="about-wrapper">
  3. <h1>WHY CHOOSE US</h1>
  4. <div class="about-item-wrapper">
  5. <div class="about-item">
  6. <div class="about-item-first-side">
  7. <div class="about-item-img">
  8. <i class="fa fa-medkit"></i>
  9. </div>
  10. <h2>HEALTHY FOOD</h2>
  11. <div class="about-item-description">
  12. Our food is low in sodium for proper treatment of high blood pressure, absent of processed sugars.
  13. </div>
  14. </div>
  15. <a href="#" class="about-item-second-side">
  16. <span>Read more</span>
  17. </a>
  18. </div>
  19. <div class="about-item">
  20. <div class="about-item-first-side">
  21. <div class="about-item-img">
  22. <i class="fa fa-cutlery"></i>
  23. </div>
  24. <h2>GOOD TASTE</h2>
  25. <div class="about-item-description">
  26. Any time of day, any day of the week, have quick access to delicious nourishing meals.
  27. </div>
  28. </div>
  29. <a href="#" class="about-item-second-side">
  30. <span>Read more</span>
  31. </a>
  32. </div>
  33. <div class="about-item">
  34. <div class="about-item-first-side">
  35. <div class="about-item-img">
  36. <i class="fa fa-fighter-jet"></i>
  37. </div>
  38. <h2>FAST DELIVERY</h2>
  39. <div class="about-item-description">
  40. Each item on our menu is delivered individually wrapped and delivered to your table promptly.
  41. </div>
  42. </div>
  43. <a href="#" class="about-item-second-side">
  44. <span>Read more</span>
  45. </a>
  46. </div>
  47. </div>
  48. </div>
  49. </div>