so i have this div
<div id="progress">{2 digit number updates here}</div>
What’s the best way to turn this into a progress bar?
something like this?
<div id="progress">
<div id="bar" style="width={2 digit number updates here}"></div>
</div>
would this be ‘ok’?!!!
Very nearly. You’d want to express your update as a percentage, so that you can show something like: