EjemploSection
by amenadiel
HTML
<!-- Learn about this code on MDN: https://developer.mozilla.org/es/docs/Web/CSS/::-webkit-progress-value -->
<progress >
CSS
progress {
-webkit-appearance: none;
}
::-webkit-progress-value {
background-color: orange;
width:80%;
padding-right:50%;
}