fa-ul
Published Aug 1, 2022Updated Oct 14, 2022
Contribute to Docs
The fa-ul
class is used with the fa-li
class to create custom bullets in unordered lists.
Example
<ul class="fa-ul"><li><span class="fa-li"><i class="fas fa-check-square"></i></span>List Item 1</li><li><span class="fa-li"><i class="far fa-comment"></i></span>List Item 2</li><li><span class="fa-li"><i class="fas fa-star"></i></span>List Item 3</li></ul>
Contribute to Docs
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.