Advertisement
ZukoHiyama

placeholder

Jul 19th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <style>
  2. body {
  3. background-color: #000;
  4. background-image: url('https://i.pinimg.com/736x/70/36/e1/7036e14fb42c12313d0b24833c913c14--red-a-red-eyes.jpg');
  5. background-position: fixed;
  6. background-size: %;
  7. background-repeat:no-repeat;
  8. background-position: center ;
  9. font-family: ;
  10. color: #7c7c7c;
  11. text-shadow:0px 0px 3px #000;
  12. }
  13. div.fixed {
  14. position: fixed;
  15. top: 50%;
  16. left: 8%;
  17. width: 150px;
  18. border: ;
  19. color: #c28e4d;
  20.  
  21. }
  22.  
  23. </style>
  24. <body>
  25.  
  26. <div class="fixed">
  27. Stray Dog<br>
  28. A Wasteland Enigma<br>
  29. Never leaves the armor<br><br>
  30. For Fallout<br>
  31. PM Friendly<br>
  32. Temp profile till another time
  33. </div>
  34.  
  35. </body>
  36. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement