XHTML/ CSS - Styling Unordered Lists
Again, you can style everything, lists are no exception.
Some of the properties you can change are:
You can style certain elements with images from the internet. (i.e. list-style-image: url(image.png);
https://www.youtube.com/watch?v=veKHw125UJs&index=23&list=PLC1322B5A0180C946
Some of the properties you can change are:
List style CSS
Property | Description |
---|---|
list-style | Sets all the properties for a list in one declaration |
list-style-image | Specifies an image as the list-item marker |
list-style-position | Specifies the position of the list-item markers (bullet points) |
list-style-type | Specifies the type of list-item marker |
You can style certain elements with images from the internet. (i.e. list-style-image: url(image.png);
https://www.youtube.com/watch?v=veKHw125UJs&index=23&list=PLC1322B5A0180C946
Comments