HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> @media (any-hover: hover) { body{ color: blue; } } </style> </head> <body> <h1>CSS @media any-hover</h1> <p><strong>Note</strong>: If this output window's color is 'blue', then you have a hovering device like mouse etc. If the color is 'black', then you have no hovering device to hover this content.</p> </body> </html>
OUTPUT
×

Save as Private