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.
- Download base.min.css
- 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.