BaCSS (pronounced “base”) is a stylesheet that is just that, a base set of styling for anything you’re building. It will add basic styling to anything and everything. “Why?” You may ask. Because nobody wants to show clients default browser styling.
Simply include the JS. It'll grab the latest CSS for you and include ie7-js which is required for advanced selector support in IE. If you don't need IE for your project, feel free to use the pure CSS.
<script src="http://github.com/sambowler/bacss/raw/master/latest.js"></script>
<link rel="stylesheet" href="http://github.com/sambowler/bacss/raw/master/latest.css" media="screen">
latest.css is all nicely laid out and legible to make it easy to customise to your needs.
If you're using HTML5 elements, you will still need to include the HTML5 Shiv or Modernizr yourself.
- Different layouts (2 column, 3 columns etc.)
- Responsive