css-base

View on Github

CSS Reset derived from html5boilerplate style.css.

Features

  • Basic notification classes (error/notice/success)
  • Clearfix
  • Form
    • Field help class
    • Field error class

Suggested requirements

  • YUI (http://yui.yahooapis.com/3.3.0/build/cssgrids/grids-min.css)
  • normalize.css

Instructions

  1. Add at least src/base.css to your css folder
  2. In your html file places the link to base.css after yui/normalize.css but before your own style definitions

Example

<!-- in head -->
<link rel="stylesheet" href="http://yui.yahooapis.com/3.3.0/build/cssgrids/grids-min.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/base.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/mystyle.css" />

For more information see the sample.

© Copyright 2011 Kevin Bond. Powered by Symfony2 and Github. Hosted with ServerGrove

Fork me on GitHub