Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

130
Views
Showing Progress Bar Values

I've been trying to make a progress bar with a value in the middle with just html and css but I have no idea how to go about it. I need some help with integrating the given value into the bar so it shows the value in the middle.

My code so far is this:

<progress id="file" value="80" max="100"> 80% </progress>

but it doesn't show number in the middle.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can check W3Schools Custom Progress Bar.

  1. Create an outer div as a container of the progress bar
  2. An inner div div that shows the "progress"
  3. Change the "progress" using javascript

You can try this:

<div style="background-color: grey; text-align:center">
  <div style="width:25%;background-color:green;">25%</div>
</div>

You can add more CSS on outer and inner div to make it more appealing

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!