<!DOCTYPE html> <html> <head> <style> @media screen, projection, print{ *{color:blue;} } </style> </head> <body> <div>These properties work for the screen, print and projection media only.</div> </body> </html>
Run
×
Share