@@ -2261,6 +2261,23 @@ body { padding-bottom: 70px; }
...
@@ -2261,6 +2261,23 @@ body { padding-bottom: 70px; }
<spanclass="sr-only">60% Complete</span>
<spanclass="sr-only">60% Complete</span>
</div>
</div>
</div>
</div>
{% endhighlight %}
<h3id="progress-label">With label</h3>
<p>Remove the <code>.sr-only</code> class from within the progress bar to show a visible percentage. For low percentages, consider adding a <code>min-width</code> to ensure the label's text is fully visible.</p>