9 lines
166 B
HTML
9 lines
166 B
HTML
<!doctype html>
|
|
<title>::slider-track reference</title>
|
|
<style>
|
|
input { appearance: none }
|
|
::slider-track {
|
|
background: blue;
|
|
}
|
|
</style>
|
|
<input type=range>
|