Progressbar

Progressbar
Ex.

<div class="progress-box">
    <h6 class="title text-muted">WordPress</h6>
    <div class="progress">
        <div class="progress-bar position-relative bg-primary" style="width:84%;">
            <div class="progress-value d-block text-muted h6">84%</div>
        </div>
    </div>
</div><!--end process box-->
<div class="progress-box mt-4">
    <h6 class="title text-muted">PHP / MYSQL</h6>
    <div class="progress">
        <div class="progress-bar position-relative bg-primary" style="width:75%;">
            <div class="progress-value d-block text-muted h6">75%</div>
        </div>
    </div>
</div><!--end process box-->
<div class="progress-box mt-4">
    <h6 class="title text-muted">Angular / JavaScript</h6>
    <div class="progress">
        <div class="progress-bar position-relative bg-primary" style="width:79%;">
            <div class="progress-value d-block text-muted h6">79%</div>
        </div>
    </div>
</div><!--end process box-->
<div class="progress-box mt-4">
    <h6 class="title text-muted">HTML</h6>
    <div class="progress">
        <div class="progress-bar position-relative bg-primary" style="width:95%;">
            <div class="progress-value d-block text-muted h6">95%</div>
        </div>
    </div>
</div><!--end process box-->
WordPress
84%
PHP / MYSQL
75%
Angular / JavaScript
79%
HTML
95%

Login