1
0

meter.css 154 B

12345678910
  1. .meter{
  2. min-width: 3em;
  3. height: 1em;
  4. border: 1px #222 solid;
  5. }
  6. .meter > .bar{
  7. width: calc(var(--percentage) * 100%);
  8. height: 100%;
  9. }