Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>::slider-fill reference</title>
<style>
input { appearance: none }
::slider-fill {
background: blue;
}
</style>
<input type=range>
<!doctype html>
<title>::slider-fill reference</title>
<style>
input { appearance: none }
::slider-fill {
background: blue;
}
</style>
<input type=range>