September 2024
Intermediate to advanced
743 pages
27h 48m
English
Components like lists and tables can also be customized using CSS. In this section, we’ll look at what CSS properties are available for these elements.
In the case of lists, you can primarily customize the bullets of individual list entries. Use the list-style-type property to specify their appearance. Depending on whether the list is an unordered list or an ordered list, different values are possible for this property.
Unordered lists are lists where the individual list entries are not sorted. By default, each list entry is preceded by a black dot as a bullet. For this type of lists, you can choose between the following values for the list-style-type property:
none ...
Read now
Unlock full access