Level.css

Level.css is a simple CSS reset/normalize.

I am never really sure how aggressive of a reset css or a normalize I ever want in a project or how opinionated that level of hierarchy should be.

Things I typically want from a reset.css:

  1. Box model reset to border-box
  2. No default margins
  3. Responsive images and media
  4. Forms to be semi-consist and to inherit typography related styles
  5. Code blocks to have a realistic font-size

Installation

yarn add level.css
<link rel="stylesheet" href="https://unpkg.com/level.css" />

Links