Skip to content

A template for my CSS3 printing stylesheet. Will be used a submodule in all papers I have to write.

Notifications You must be signed in to change notification settings

slipszenko/css3-print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

css3-print

A template for my CSS3 printing stylesheet. Will be used a submodule in all papers I have to write.

Unfortunately

@page { @bottom-right { /* content such as page numbers */ } }

doesn't seem to work yet in any major browser, somewhat limiting the usefulness of this until that changes.

To use, just include the file into your page with the media set to print:

<link rel="stylesheet" href="/lib/css3-print/print.css" media="print" />

Resources used:

About

A template for my CSS3 printing stylesheet. Will be used a submodule in all papers I have to write.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages