Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.13 KB

normalize-plus.css combines the best of a CSS reset and normalize.css in line with modern standards.

Based on normalize.css v8.0.1.

What does it do?

  1. Resets elements, so you can start from scratch.
  2. Improves element flexibility and text readability.
  3. Corrects bugs and common browser inconsistencies.

normalize-plus.css has the same comprehensive documentation as normalize.css.

Install

Download the compressed, production normalize-plus.min.css.

Download the uncompressed, development normalize-plus.css.

Link the CSS file normalize-plus.min.css inside the <head> section of your HTML doc. No other style should come before this. Fell free to adapt it to your needs.

Browser support

  • Firefox
  • Chrome
  • Edge
  • Safari 8+
  • Opera
  • IE 10+