Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style type="text/css">
  5. @-moz-document url-prefix() {
  6. h1 {
  7. color: red;
  8. }
  9. }
  10. </style>
  11. </head>
  12. <body>
  13.  
  14. <h1>This should be red in FF</h1>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement