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