Advertisement
pkas

Untitled

Dec 2nd, 2021
928
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.77 KB | None | 0 0
  1. <html>
  2.     <head>
  3.     <style>
  4.     body {
  5.         background-color: #ffffff;
  6.     }
  7.  
  8.     #box {
  9.         background-color: rgba(255,255,255,0.5);
  10.         border-radius: 25px;
  11.         display: flex;
  12.             align-items: center;
  13.         flex-wrap: wrap;
  14.         flex-flow: wrap;
  15.         justify-content: center;
  16.         align-self: center;
  17.         width: 300;
  18.         height: 100;
  19.         vertical-align: middle;
  20.         margin: auto auto;
  21.         position: absolute;
  22.         top: 50%;
  23.         left: 50%;
  24.         margin-top: -50px;
  25.         margin-left: -150px;
  26.     }
  27.  
  28.      </style>
  29.      </head>
  30.      <body>
  31.     <center><img src="./Backgrounds/Skull1.jpg" alt="Skull" style="width: 100%; height: 100%;"></center>
  32.     <div id="box">
  33.         <p>Dead End</p>
  34.         <p>Hier geht's nicht weiter</p>
  35.     </div>
  36.      </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement