• Stars
    star
    2,327
  • Rank 19,786 (Top 0.4 %)
  • Language
    CSS
  • Created about 14 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple set of best practices to get HTML5 projects off on the right foot.

HTML5 Reset

HTML5 Reset is a simple set of best practices to get web projects off on the right foot.

STREAMLINED FOR 2023

  1. We make almost no opinionated decisions — the style sheet is designed to strip initial styles from browsers, providing a blank slate
  2. No more Analytics, Modernizr, or jQuery
  3. Basic CSS variables
  4. Links to useful 3rd party tools
  5. Removed extraneous comments

A note on font-sizing

We prefer rem for the simplicity; you will need to swap in em in styles.css if that's your style.

Command-line installation:

bower install HTML5-Reset