How to change the webpage CSS styles when the user prints the webpage?
Originally Published Here ๐!
To change the CSS styles of a webpage when the user wants to print the page, you can use the media query syntax of @media followed by the keyword print. The keyword print in this case is the media type.
TL;DR
<html>
<b...
melvingeorge-me.hashnode.dev2 min read