CSS List Properties Guide
CSS List Properties Guide
1. list-style-type
- circle
- square
- lower-roman, upper-roman
- lower-alpha, upper-alpha
2. list-style-position
3. list-style-image
Example:
list-style-image: url('bullet.png');
4. list-style (shorthand)
Syntax:
Example:
ul {
list-style: none;
padding: 0;
margin: 0;