![]() |
Foundation CSS is an open-source & responsive front-end framework built by ZURB foundation in September 2011, that makes it easy to design beautiful responsive websites, apps, and emails to look amazing & 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. Foundation CSS helper classes allow us to scaffold certain typographic styles faster. Foundation CSS has multiple typography helpers such as Text Alignment, Subheader, Lead Paragraph, Unbulleted List, and Typescale. In this article, we will learn about the Un-bulleted List Typographic helper. The Foundation CSS Un-bulleted List Typographic Helper is used to remove the bullets and numbers from unordered and ordered lists respectively. To convert an unordered or ordered list into Un-bulleted List in Foundation CSS, we use the no-bullet class. This class can be applied to both<ul> and <ol> tags. Foundation CSS Un-bulleted List Typographic Helper Class:
Syntax: <ol class="no-bullet"></ol> <ul class="no-bullet"></ul> Example: The following example demonstrates the Un-bulleted List typographic helper class in the unordered list. HTML
Output: ![]() Example 2: The following example demonstrates the Un-bulleted List typographic helper class in the ordered list. HTML
Output: ![]() Reference: https://get.foundation/sites/docs/typography-helpers.html#un-bulleted-list |
Reffered: https://www.geeksforgeeks.org
CSS |
Related |
---|
![]() |
![]() |
|
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 7 |