CSS Trick: Color the bullets of the unordered list

Опубликовано: 27 Июль 2026
на канале: Web & Beyond
93
4

This video will show how to color the bullets in an unordered list.
We will do this in two different methods.
In the first method, we will use simple HTML elements.
& in the second method, we have used the pseudo-elements to color the bullets.

By using the second method, we have complete control over the styling of the bullets.

To view more about pseudo elements & pseudo classes:

   • Difference between Pseudo-classes and Pseu...  


To learn about the positioning of the elements, using position CSS property:
   • CSS Fundamentals #6: Position