imrel / base-stylesheet

Base stylesheet for new projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Base stylesheet for new projects

License:MIT License


Languages

Language:HTML 68.1%Language:CSS 28.8%Language:JavaScript 3.1%