9 lines
171 B
HTML
9 lines
171 B
HTML
<!doctype html>
|
|
<title>::slider-fill reference</title>
|
|
<style>
|
|
progress { appearance: none }
|
|
::slider-fill {
|
|
background: blue;
|
|
}
|
|
</style>
|
|
<progress value="0.5">
|