Advertisement
Guest User

Untitled

a guest
Jul 6th, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>jakub at the top</title>
  6.     <style type="text/css">
  7.         body{
  8.             margin: 0;
  9.             padding: 0;
  10.         }
  11.         .text{
  12.             width: 100%;
  13.             height: 100vh;
  14.             background:url(https://ctrlv.cz/shots/2020/07/05/IZKL.png);
  15.             background-size: cover;
  16.             background-position: center;
  17.             display: flex;
  18.             align-items: top;
  19.             justify-content: left;
  20.             color: rgb(255, 255, 255);
  21.             font-size: 1vh;
  22.         }
  23.         </style>
  24. </head>
  25. <body>
  26.     <div class="text">
  27.         <h1><p></p></h1>
  28.         <h1><a href="https://youtube.com" style="color: white">𝚙𝚞𝚛𝚌𝚑𝚊𝚜𝚎 𝚟𝚒𝚙 𝚑𝚎𝚛𝚎</a></h1>
  29.     </div>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement