Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
/ normalize Public archive

A modern, HTML5-ready alternative to CSS resets.

License

Notifications You must be signed in to change notification settings

kuriv/normalize

Repository files navigation

normalize

A modern, HTML5-ready alternative to CSS resets.

build version license

Installation

Git

git clone https://github.com/kuriv/normalize.git

npm

npm install @kuriv/normalize

Download

https://kuriv.github.io/normalize/normalize.min.css

What does it do?

  • Preserves useful defaults, unlike many CSS resets.
  • Normalizes styles for a wide range of elements.
  • Corrects bugs and common browser inconsistencies.
  • Improves usability with subtle modifications.
  • Explains what code does using detailed comments.

Browser support

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

License

normalize is open-sourced software licensed under the MIT license .