I am attempting to insert text preceding
and succeeding
the bar
, as depicted in the image below.
<div class="container">
<div class="progress progress-info
progress-striped">
<div id="storage-component" class="bar"
style="width: 20%;"></div>
</div>
<div class="progress">
<div class="bar"
style="width: 60%;"></div>
</div>
</div>
The method using before and after does not seem to be effective for me.