Author: | delight-im |
---|---|
Views Total: | 1,399 views |
Official Page: | Go to website |
Last Update: | September 1, 2016 |
License: | MIT |
Preview:

Description:
A collection of CSS libraries used to generate MS word style sheets of paper in your html document. A great tool to create HTML based invoices, legal notices, resumes without any JavaScript.
What’s included:
- sheets-of-paper-a4.css: A4 paper
- sheets-of-paper-a3.css: A4 paper
- sheets-of-paper-usletter.css: US letter
- sheets-of-paper-uslegal.css: US legal
- sheets-of-paper-ustabloid.css: US tabloid
How to use it:
All you have to do is to include a CSS file of your choice inside the head tag of the document.
<link rel="stylesheet" type="text/css" href="css/sheets-of-paper-uslegal.css">
Add your own content to the document.
<body class="document"> <div class="page" contenteditable="true"> ... </div> </body>