Skip to content

imrel/base-stylesheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.1%
  • CSS 28.8%
  • JavaScript 3.1%