TAG
CSS
Result
Run
License
<ol start="-3"> <li>Item</li> <li>Item</li> <li>Item</li> <li>Item</li> <li>Item</li> <li>Item</li> </ol>
@counter-style myconunter { system: numeric; symbols: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9"; negative: "(-" ")"; } ol { list-style: myconunter; }
Console
expand_less
License
License
by DevDic
Close