# Hartija---CSS-Print-Framework **Repository Path**: petric/Hartija---CSS-Print-Framework ## Basic Information - **Project Name**: Hartija---CSS-Print-Framework - **Description**: git from github.com - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-15 - **Last Updated**: 2025-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Hartija---CSS-Print-Framework ============================= #### What is Hartija? Hartija is universal printing stylesheet or best printing CSS practices all in one. #### How Hartija works? Just use it like normal CSS: ```html ``` The "magic" is in media="print", this CSS file will be used by the browser only when you print. You can also use it inside CSS like: **@media print** { .. }. Only work you need to do is **hide** the stuff you don't need in the final print. Basically you hide some id and class in the CSS like: ```css #navbar, #footer, #someOtherID, .someClass, .otherClass { display : none; } ``` http://vladocar.github.io/Hartija---CSS-Print-Framework/ [Demo Hartija](http://vladocar.github.io/Hartija---CSS-Print-Framework/hartija.html) ### You can use direct download or: ```bash $ npm i hartija---css-print-framework ``` ```html ``` ### License This project is licensed under the [MIT License](https://github.com/vladocar/Hartija---CSS-Print-Framework/blob/master/LICENSE)