Voortgangsbalk recht

.vooruitgangre, .vooruitgangre div {border-radius: 9999px;}
.vooruitgangre {background-color: rgba(0,0,0,0.1); color: #fff;}
.vooruitgangre div {background-color: #357edd; text-align: center;}	
echo "<progress id='file' value='32' max='100'> 32% </progress>";
echo "<div class='vooruitgangre'>";
echo "<div style='width: 32%;'>32%</div>";
echo "</div>";