Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =====
- Logo.png > https://i.imgur.com/ENTC2PG.png
- =====
- HTML CODE:
- <html><head>
- <meta charset="utf-8">
- <style type="text/css">
- body {
- background-image: url(../logo.png);
- background-repeat: no-repeat no-repeat;
- background-position: center center;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-attachment: fixed;
- }
- </style>
- <title>Alert!</title>
- </head>
- <body>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement