Advertisement
Guest User

index.html

a guest
Mar 29th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Title!</title>
  4.     <style type="text/css">
  5.         body {
  6.             margin: 0;
  7.             background-color: red;
  8.         }
  9.         .sticker {
  10.             display: block;
  11.             position: absolute;
  12.             background-size: 100% 100%;
  13.         }
  14.     </style>
  15. </head>
  16. <body>
  17.     <a href="https://www.google.com" class="sticker" style="top: 100px; left: 200px; width: 200px; height: 300px; background-image: url('aust.jpg')">
  18. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement