1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!DOCTYPE html> <meta charset=utf-8> <style> meter { width: 20em; height: 5em; border-radius: 2em; border-style: solid; border-width: .25em; background: #eee; } ::-moz-meter-bar { background: blue; } </style> <meter min="0" max="100" value="40"></meter>