progress-bar
Tue Jun 18 2024 05:42:37 GMT+0000 (Coordinated Universal Time)
Saved by
@ravinyse
<div class="container-fluid">
<div class="progress" style="height: 30px;">
<div class="progress-bar bg-secondary" role="progressbar" style="width: 95%; height: 30px;">95%</div>
</div>
<div class="progress mt-4" style="height: 30px;">
<div class="progress-bar bg-secondary" role="progressbar" style="width: 85%; height: 30px;">85%</div>
</div>
<div class="progress mt-4" style="height: 30px;">
<div class="progress-bar bg-secondary" role="progressbar" style="width: 80%; height: 30px;">80%</div>
</div>
<button class="mt-3"><i class="fa-solid fa-download"></i> Download Resume</button>
</div>
<div class="container">
<h5 class="mt-5">How much I charge</h5>
</div>
content_copyCOPY
Comments