CSS : Print
These only show when printed.
@media print {
body {-webkit-print-color-adjust: exact;} /*chrome only- makes bg colors print*/
nav {display: none;}
}
These only show when printed.
@media print {
body {-webkit-print-color-adjust: exact;} /*chrome only- makes bg colors print*/
nav {display: none;}
}