Is there a way to achieve something like this?
https://i.sstatic.net/dhO2f.jpg
I attempted to use bootstrap but I ran into an issue where the title was slightly misaligned below the progress bar. Can someone offer assistance with this matter? Apologies if this has been asked before.
Here is the code snippet:
<div class="container">
<p class="progress-label">Java <progress value="65" max="100" style="font-size: 80px; float: inherit;"> </p>
</div>
<div class="container">
<p class="progress-label">Python <progress value="50" max="100" style="font-size: 80px"> </p>
</div>
<div class="container">
<p class="progress-label">C <progress value="50" max="100" style="font-size: 80px"> </p>
</div>