I like pretty forms and clean HTML 😄 That's why I created nice-forms.css to help devs who want to hit the ground running, but don't want to stare at default input fields when doing so 💩
Check out the demo page for more details
Import nice-forms.css from unpkg
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/nice-forms.css" />
Or for the reset only
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/nice-forms-reset.css" />
Or install via npm.
npm install nice-forms.css
If you encounter a bug on any device or have suggestions for improvement, don't hesitate to open a bug report or pull request.