Advertisement
Guest User

Untitled

a guest
Aug 25th, 2015
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <base href="https://upload.wikimedia.org/wikipedia/commons/f/fd/Ghostscript_Tiger.svg" />
  7. <!-- <base href="http://placehold.it/100" target="_blank" /> -->
  8. <title></title>
  9. <style>
  10. div {
  11. padding: 5em;
  12. background: red;
  13. background-image: url(#);
  14. }
  15. </style>
  16. </head>
  17.  
  18. <body>
  19. <div />
  20. </body>
  21.  
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement