Customizing the Appearance of Bullets in Lists in CSS


Change the default bullet style in lists using list-style-type.

Source Code

ul {
    list-style-type: circle; /* Other options: square, disc, none */
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments