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