Skip to content

Instantly share code, notes, and snippets.

View huyderman's full-sized avatar

Jo-Herman Haugholt huyderman

View GitHub Profile
meter {
-webkit-appearance: meter;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline;
display: -moz-inline-box;
display: -webkit-inline-box;
display: inline-block;