print media type for a media query code example
Example: print media query css
@media print {
/* All your print styles go here */
#header, #footer, #nav { display: none !important; }
}
@media print {
/* All your print styles go here */
#header, #footer, #nav { display: none !important; }
}