#css #html #js #javacript
Something I forgot to mention in the video:
you can add the z-index property to give the load bar priority.
You can also add this transition that will make it a little more smooth
#progress-bar {
z-index: 100
transition: width 0.2s ease-out
}