/base-stylesheet

Base stylesheet for new projects

Primary LanguageCSSMIT LicenseMIT

Base Stylesheet

Base Stylesheet uses Eric Meyer's reset.css and then extends it to add typography, as well as other basic margins/paddings. The typography uses rems to make it easier to bump the font-size up or down, which is useful for responsive stuff. The example HTML I pulled from to create these base stylesheet was from the Barebones Styleguide.

View Demo

Getting Started

  1. Download base.min.css
  2. Add <link rel="stylesheet" href="base.min.css"> to your html. There's no need to add a reset stylesheet, this includes the reset styles.