Guest User

Untitled

a guest
Nov 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. #image {
  6. filter:grayscale(1);
  7. -o-filter:grayscale(1);
  8. -ms-filter:grayscale(1);
  9. -moz-filter:grayscale(1);
  10. -webkit-filter:grayscale(1);
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <div>
  16. <img id="image" src="../Pictures/matrix.png" />
  17. </div>
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment