HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> @media screen{ body{ color:blue; } } </style> </head> <body> <h1>CSS @media screen</h1> <p>'screen' is used for computer screens, tablets, smart-phones etc.</p> </body> </html>
OUTPUT
×

Save as Private