i have the following and i expected the progress to show on the background, but nothing shows
<DOCTYPE html>
<html>
<body>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-success" role="progressbar" aria- valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
</div>
</div>
</body>
</html>