progress { -webkit-appearance: none; height: 4px; text-align: left; position:relative; } progress::-webkit-progress-bar { height: 4px; margin:0 auto; background: lightblue; border-radius: 5em; } progress::-webkit-progress-value { background-color: #19E0A7; display:inline-block; float:left; height: 5px; border-radius: 5em; margin:0px -10px 0 0; } progress:after { margin:-26px 0 0 -7px; padding: 4..