HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> @media print{ body{ color:blue !important; } } </style> </head> <body> <h1>CSS @media print</h1> <p>Try to print this page (ctrl + p).</p> </body> </html>
OUTPUT
×

Save as Private