Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
  5. <title>New Page 1</title>
  6. </head>
  7.  
  8. <style>
  9. body {
  10. background: url("mybackgroundimage.gif") repeat;
  11. }
  12. #banner {
  13. position: absolute;
  14. top: 0px;
  15. left: 0px;
  16. right: 0px;
  17. width: 100%;
  18. height: 200px;
  19. z-index: -1;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <img id="banner" src="../Resurse%20HTML/imagini/Carcassone.jpg" alt="Banner Image" style="position: absolute; left: 0; top:0" width="1920" height="830"/>
  25. </body>
  26.  
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement