![]() |
VOOZH | about |
Foundation CSS is an open-source and responsive front-end framework built by ZURB foundation in September 2011, that makes it easy to design beautiful responsive websites, apps, and emails that look amazing and can be accessible to any device. It is used by many companies such as Facebook, eBay, Mozilla, Adobe, and even Disney. The framework is built on Saas-like bootstrap. It is more sophisticated, flexible, and easily customizable. It also comes with CLI, so itβs easy to use it with module bundlers. It offers the Fastclick.js tool for faster rendering on mobile devices.
A menu in Foundation CSS is a navigation list that contains the different components that redirect to the various linked pages in the websites or web applications.
Icons we know are symbols with each carrying a special meaning and special purpose. An icon can be used in place of text.
Foundation CSS Menu Icons Classes:
Syntax:
<ul class="menu icons icon-top"> <li><i class="fi-list"></i>....</li> .... </ul>
Example 1: This is a basic example illustrating different directions of menu icons created using Foundation CSS.
Output:
Example 2: This is a basic example illustrating nested menu icons created using Foundation CSS.
Output:
Reference: https://get.foundation/sites/docs/menu.html#icons