Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html>
- <head>
- <title>example</title>
- <style>
- @media , {
- .:valid, body {
- background: red; // будет красным в Internet Explorer 10
- }
- }
- </style>
- </head>
- <body>
- example
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement