progress bar on background image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

progress bar on background image

how do we add progress bar on background image ??

3rd May 2017, 1:16 PM
luutu wilson
luutu wilson - avatar
1 Answer
+ 2
I guess that you have body with background image. In that case just create div element with, for example, gray backgroun inside the body element, and another div which will represent progress and will have color. Here is nice guide on progress bars: https://www.w3schools.com/howto/howto_js_progressbar.asp
3rd May 2017, 1:27 PM
Amar
Amar - avatar