Skip to content

visicode/formalize.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formalize.css

A form normalizer to use in addition to normalize.css

Test page

https://raw.githack.com/visicode/formalize.css/master/test.html

Download

https://raw.githubusercontent.com/visicode/formalize.css/master/formalize.min.css

What does it do?

  • 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.

Browser support

  • Chrome
  • Edge
  • Firefox ESR+
  • Internet Explorer 10+
  • Safari 8+
  • Opera

Extended details

To be included right after normalize.css.

<link rel="stylesheet" href="normalize.min.css" />
<link rel="stylesheet" href="formalize.min.css" />

Known issues

See bottom notes on test page.

Acknowledgements

formalize.css is a project by Alexandre Gastaud, inspired by the normalize.css project created by Nicolas Gallagher and Jonathan Neal.

About

A form normalizer to use in addition to normalize.css

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published