Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- body {
- color: white;
- background-image: url("http://i.imgur.com/qG5ht0h.png");
- }
- div {
- background-color: purple;
- text-align: center;
- }
- </style>
- </head>
- <body>
- <h1>Hello World!</h1>
- <div>
- <br>
- <p>This page has an image as the background!</p>
- <br>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment