5 useful CSS properties that get no love
To work with CSS counters we will use the following properties:
To use a CSS counter, it must first be created with counter-reset.
caret-color property not useful
accent-color, width, height properties are useful
The caret-color property specifies the color of the cursor (caret) in inputs, textareas, or any element that is editable.
Example with default black color:
Example with blue color:
changing the caret-color property doesn't make it visually easier to see so of little use
The accent-color property specifies the accent color for user-interface controls like:
<input type="checkbox">
<input type="radio">
<input type="range">
<progress>.
Choice 1
Choice 2
Pick 0
Pick 1
Choice 1
Choice 2
Pick 0
Pick 1
changing accent-color, width, height properties are useful visually