UNPKG

input-range-scss

Version:

Sass component for customizing the input range using the native properties of each browser.

19 lines (18 loc) 458 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Styling Cross-Browser Compatible Range Inputs with Sass/SCSS</title> <link href="inputrange.css" rel="stylesheet"> <style> div {margin: 20px;} </style> </head> <body> <div> <input type="range" /> </div> </body> </html>