Theme of the week: Progress Bar
Description
A progress bar is used to show how far a user action is still in process until it's completed. A good example is a download progress bar which shows you how much of the file is downloaded already (or it could also be an upload progress bar if you upload files π).
Useful Resources
Check out my submission for this challenge: Custom Progress Bar with HTML/CSS and a little bit of JS π.
See all the submissions in this Codepen Collection.
Are you interested in joining the challenge? π Read The Complete Guide to find out how. Don't forget to share your creation! π
Happy Coding! π
Top comments (3)
Well, there's
<progress value="70" max="100">70%</progress>
.<progress> on MDN
Yup, but how much customization does it allow?
Pretty much anything you can think of. Made a demo with customization, but can't check IE / Edge on Linux.
codepen.io/shgysk8zer0/details/dBGMLm