Ergonomize.css is a CSS file aiming to bring additional rules for html elements to improve the user experience without altering their default styles.
Ergonomize.css is a set of CSS rules gleaned here and there by browsing the many resources available in the community.
After normalizing the styles of HTML elements, we will add rules to them to improve usability.
Main Features:
- Allow the user to better understand somes elements of the site,
- Optimize somes elements for responsive design,
- Improve ergonomics for mobile and tablets.
- Download ergonomize.css.
- Remove rules you won’t need.
Some things to keep in mind if you want to contribute:
- Only html elements are declared in ergonomize.css (no addition of classes),
- Avoid using themes rules.
This file was made thanks to information gleaned here and there by browsing the many resources available in the community:
- HTML5 Boilerplate,
- Sanitize.css,
- Knacss,
- RöCSSti,
- Inuit CSS,
- ...