.meter{ min-width: 3em; height: 1em; border: 1px #222 solid; } .meter > .bar{ width: calc(var(--percentage) * 100%); height: 100%; }