Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
/* Custom bullet color */ li::marker { color: #007bff; font-size: 1.2em; } /* Emoji bullets */ ul li::marker { content: "✓ "; } /* Custom counter style */ ol li::marker { color: #6f42c1; font-weight: bold; }
Result
Open