This is another example of a web form with a progress bar, designed using HTML and CSS. The class progress-bar of the progress class has been added into the code to create and style the progress bar. The label of the progress bar has the styles of font size as 18px, font-weight as 700, color as #000, and a margin as 0 0 30px. The bar is given the styles of the border as 1px solid #000, a position as relative, and an animation of animate-positive 2s. After the animation, each bar takes a style set of width and height as 20px, position as absolute, top as -6px and right as 0. 2px solid-solid outline is added to each bar with their colors #23e454, #f80a0a, #f9d700, and #0698ff respectively.