Advertisement
Guest User

syrup

a guest
May 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Whatever</title>
  4. <style>
  5.     html {
  6.         width: 100%;
  7.         height: 100%;
  8.     }
  9.     body {
  10.         background: #000000;
  11.         margin: 0;
  12.         text-align: center;
  13.     }
  14.     .container {
  15.         position: absolute;
  16.         top: calc(50%  - 370px);
  17.         left: 0;
  18.         right: 0;
  19.     }
  20. </style>
  21. </head>
  22. <body>
  23.     <div class="container">
  24.         <img border="0" src="syrup.jpg" width="960" height="739">
  25.     </div>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement