Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. #background {
  5. background-repeat: repeat-x;
  6. color: white;
  7. background-image: url(background.png);
  8. }
  9. </style>
  10. </head>
  11. <body>
  12. <div id="background">hi</div>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement