Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Created February 26, 2019 20:06
Show Gist options
  • Save rcdexta/8c5995c59b2dbecb5f632bb3bdcf0679 to your computer and use it in GitHub Desktop.
Save rcdexta/8c5995c59b2dbecb5f632bb3bdcf0679 to your computer and use it in GitHub Desktop.
<label for="upload">Upload progress:</label>
<meter id="upload" name="upload"
min="0" max="100"
low="33" high="66" optimum="80"
value="50">
at 50/100
</meter>
<hr/>
<label for="file">File progress:</label>
<progress id="file" max="100" value="70"> 70% </progress>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment