Radial Progress bars are used to show the user what percentage of a certain information they are at.
The progress percentage can be applied by using .progress-* classes where * is the percentage number. For example .progress-64. The classes supports progress from 0% to 100%. This implementation of the Radial Progress Bar is a pure-css only approach.