groups

name language licence
Blueprint CSS Framework Readme Text Other
Blueprint CSS Framework Tutorial Text Other
XHTML 1.0 Transitional HTML Other
XHTML 1.0 Strict HTML Other
HTML 4.01 Transitional HTML Other
Blueprint CSS Other
HTML 4.01 Strict HTML Other
Objective-C Starter Objective-C Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: Text
licence: Other

Blueprint CSS Framework Tutorial

options: view full snippetsend to code collector
h1. Blueprint CSS Framework Tutorial

Welcome to this tutorial on Blueprint. It will give you a thorough intro to what you can do with the framework, and a few notes on what you shouldn't do with it. Let's get started.

h2. About Blueprint
  
Blueprint is a CSS framework, designed to cut down on your development time. It gives you a solid foundation to build your CSS on top of, including some sensible default typography, a customizable grid, a print stylesheet and much more.

However, BP is not a silver bullet, and it's best suited for websites where each page may require it's own design. Take a look at existing BP pages before deciding if the framework is right for you. You may also check out the test files in the @tests@ directory, which demonstrates most of the features in Blueprint.

The word "framework" may be a bit misleading in this context, since BP does not make suggestions on how you should organize or write your CSS. It's more like a "css toolbox" with helpful bits and pieces, from which you may pick and choose based on your needs. 

h2. Structural Overview
		
From the bottom up, here are the CSS layers in Blueprint:
	
(Continues...)