<progress value="67" max="100"></progress>
progress{
width: 100%;
appearance: none;
appearance: none;
}
progress[value]::progress-bar {
background-color: #eee;
border-radius: 2px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::progress-value {
background: linear-gradient(to bottom, red , brown);
border-radius: 2px;
background-size: 35px 20px, 100% 100%, 100% 100%;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.