Prev Demo
CSS3
>
Progress Bars
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> .meter { height: 20px; position: relative; background: green; border-radius: 25px; padding: 10px; text-align:center; } </style> </head> <body> <p>Background of Progress bar</p> <div class="meter"> TechFunda </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output