Lists
Unordered list/ordered list
- will show a disc mark
- use
list-style-propertyto configure style of list marker
list-style-type Property
none= no displaydisc= circlecircle= open circlesquare= squaredecimal= decimal numbersupper-alpha= uppercase letterslower-alpha= lowercase letterslower-roman= lowercase roman numerals
list-style-image Property
- will replace bullet points into image
- as value you use: The url keyword with parenthesis surrounding filename or path for the image.
Example:
ul {
list-style-image: url(filename);
}
list-style-position Property
- placement of list markers
inside= markers are indentedoutside= default, default placement