Monday, December 22, 2008

What is CSS Framework?

“A CSS framework is a library that is meant to allow for easier, more standards-compliant styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks package a number of ready-made options for designing and outlaying a webpage.” - Wikipedia

How to use this Framework?

Just use it like normal CSS:---

link rel="stylesheet" href="print.css" type="text/css" media="print"

Important: media set to “print”

When you print the browser will use the stylesheet defined for printing.

No comments:

Post a Comment