Styling the <progress>

<progress> is an often overlooked element that allows you to show… well, the completion progress of a task.

Although accent-color that we’ve set in the previous step already impacts this element, we can customize it even further!

Let’s start by setting removing the border from the element. As you do it, you will notice that it will also change other aspects of the default appearance, like the height and radius.

progress {
border: none;
}
Powered by WebContainers
Files
Preparing Environment
  • Installing dependencies
  • Starting http server