Installation Link
Copy the following to the <head>
of your HTML
<link rel="stylesheet" href="https://design-with-ira.netlify.app/installationLinks/list.css">
To implement the list functionality, add the list
class to the
<ul>
tag. Also, add the style class to specify the style of the list.
Style Classes
list-bulleted
list-inline
list-stacked
To the list items <li>
add the class list-item
.
To the heading of the list, add the class list-heading
[optional]. Other heading classes can also be
added. For more details, refer Text Utilities
CSS Properties on List
--list-bullet-style
Unicode value of the bullet--list-bullet-family
font family of the bullet--list-bullet-color
color of the bullet--list-bullet-size
size of the bullet--list-item-bullet-space
space between bullet and list item
Bulleted List
Trees
- Pine
- Neem
Inline List
Flowers
- Rose
- Hibiscus
Stacked List
Berries
- Blackberry
- Blueberry
- Cranberry