banner design

Nearly every project needs a printer-friendly output option.

Hartija is a CSS framework that aims to simplify creating such outputs.

Printer IconThe CSS file includes styles for common tags to make them look good as a printed material.

How to use this CSS Print Framework?

It is enough to insert the CSS file with the media value "print" like:

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

By doing so, when a user tries the print the page, print.css file will be used instead of the website’s standard CSS file.

WebResourcesDepot Feed