A form normalizer to use in addition to normalize.css
Test page
https://visicode.github.io/formalize.css/test.html
Download
https://raw.githubusercontent.com/visicode/formalize.css/master/formalize.min.css
- Surcharges normalize.css to normalize forms.
- Preserves useful defaults, unlike many CSS resets.
- Corrects bugs and common browsers inconsistencies.
- Improves usability with subtle modifications.
- Explains what code does using detailed comments.
- Chrome
- Edge
- Firefox ESR+
- Internet Explorer 10+
- Safari 8+
- Opera
To be included right after normalize.css.
<link rel="stylesheet" href="normalize.min.css" />
<link rel="stylesheet" href="formalize.min.css" />
See bottom notes on test page.
formalize.css is a project by Alexandre Gastaud, inspired by the normalize.css project created by Nicolas Gallagher and Jonathan Neal.