Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
@media print { nav, footer, .ads, .no-print { display: none !important; } body { font: 12pt Georgia, serif; color: #000; } a::after { content: " (" attr(href) ")"; } h2 { page-break-before: always; } img { max-width: 100%; } }
Result
Open