Advertisement
Guest User

Untitled

a guest
Oct 15th, 2013
953
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>example</title>
  5. <style>
  6. @media , {
  7. .:valid, body {
  8. background: red; // будет красным в Internet Explorer 10
  9. }
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. example
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement