Is there a way to change the background color of HTML meter?
I know ,by default its background color is green.
Is this possible to change its background color from green to any other color?
I tried with the style attribute but it still remains green.
<meter style="background-color:red;"min="0" low="40" high="95" max="100" value="65">
</meter>
meter::-webkit-meter-optimum-value {
background: red; /* Green */
}
<meter min="0" low="40" high="95" max="100" value="65" col>
</meter>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With