I have configured a Bootstrap Progress Bar with the following code snippet:
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
</div>
Now, I am looking to add a border around the above Progress Bar.