Customize the appearance of elements.
Source Code
progress[value] {
width: 100%;
appearance: none;
}
progress[value]::-webkit-progress-bar {
background-color: #eee;
}
progress[value]::-webkit-progress-value {
background-color: #007bff;
}