Advertisement
Guest User

Obrao Code

a guest
May 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <body>
  2.  
  3.  
  4. <style type="text/css">
  5. @import url('https://fonts.googleapis.com/css?family=VT323');
  6.  
  7. .pfor {display: none;}
  8. body {
  9. background-color: #DCD7C3;
  10. background-size: contain;
  11. background-repeat: no-repeat;
  12. background-position: left;
  13. }
  14.  
  15. #profile {background-color
  16. :transparent;border: 0px;}
  17. #profile {border: 0px;}
  18.  
  19. #stuff {
  20. background-image: url(https://i.imgur.com/6Aq4HJV.jpg);
  21. background-size: contain;
  22. background-repeat: no-repeat;
  23. background-position: left bottom;
  24. height: 60%;
  25. width: 60%;
  26. position: absolute;
  27. right: 0px;
  28. bottom: 0px;
  29.  
  30. }
  31.  
  32. </style>
  33.  
  34.  
  35. <div id="stuff">
  36.  
  37. </div>
  38.  
  39.  
  40.  
  41. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement