Close

progress bar style 7

This is an example of a web form with circular progress bars, designed using HTML, CSS, and JavaScript. Bootstrap grid layout and progress-bar class have been used in combination to create and style circular-shaped progress bars whereas JavaScript functions have been used to implement its dynamic animated features. The inner-circle with the progress value is given an initial styles set of width and height as 60px, border-radius as 50% to get the circular shape, border as 5px solid #8e8e8e, font size as 18px, font-weight as bold, line-height as 50px, text-align as center and position as absolute. An animation of loading-1 1.8s linear forwards is added to the shapes. Each circle is assigned a color and a border of its own: #049dff, #fdba04, #ed687c, and #1abc9c, respectively. Each circle is also assigned animation values of its own.