progress bar on background image | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA gƩnƩrative !
Essayez une leƧon gratuite
+ 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 RĆ©ponse
+ 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