Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vladocar/Hartija---CSS-Print-Framework

Universal CSS for web printing
https://github.com/vladocar/Hartija---CSS-Print-Framework

boilerplate css css-framework css-print css3 print starter starter-kit starter-template template

Last synced: 3 months ago
JSON representation

Universal CSS for web printing

Lists

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)