Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1008 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 1008 Bytes

nice-forms.css

Your CSS base setup for forms and inputs

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

Installation

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

Contributing

If you encounter a bug on any device or have suggestions for improvement, don't hesitate to open a bug report or pull request.

License

MIT