Cool-Runningz / range-input.css

Generate CSS to style range inputs that look consistent across all browsers

Home Page:https://range-input-css.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

range-input.css 🎨


Logo

Generate CSS to style range inputs that look consistent across all browsers

View Demo 🏗️

About this Project ✨

🔖 To learn more, check out my Smashing Magazine article describing the quirkiness of the range input.

Range inputs have notoriously been a pain to style. Each browser renders the input differently requiring you to use vendor prefixes in order to create a cohesive look and feel. To speed up the process, I created this tool to make it easier for you to create custom range inputs that will look awesome and consistent across all browsers!

Built With 🛠️

  • Plain ol' HTML, CSS, and JS
  • MVP.css - Minimalist stylesheet for HTML elements

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Alyssa Holland - @alyssa_codes - HeyAHolland@gmail.com

Project Link: https://github.com/Cool-Runningz/range-input.css

About

Generate CSS to style range inputs that look consistent across all browsers

https://range-input-css.netlify.app/

License:MIT License


Languages

Language:CSS 45.4%Language:HTML 34.7%Language:JavaScript 19.9%