CSS marker-offset property
Usage
Offsets the marker from its default position.
Values
- auto - default
- [length] - specifies the offset amount
Example
Code:
ul {
marker-offset: 5px;
}
Offsets the marker from its default position.
ul {
marker-offset: 5px;
}