Advertisement
Guest User

dab

a guest
Oct 14th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <style>
  2.  
  3. #bitch{position:absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  4.  
  5. body{
  6. background-color: #664a43;
  7. background-image: url("https://www.transparenttextures.com/patterns/60-lines.png");
  8. }
  9.  
  10. .ilios {
  11. position:absolute;
  12. bottom:15%;
  13. left:37%;
  14. height:70vh;
  15. width: 60vh;
  16. background-image: url('http://i.picpar.com/MhId.png');
  17. background-attachment: absolute;
  18. background-size: cover;
  19. opacity: 1;
  20. z-index: 2;
  21. }
  22.  
  23. .box {
  24. position: absolute;
  25. top: 34vh;
  26. left: 70vh;
  27. height: 20vh;
  28. width: 20vh;
  29. background-color: #212121;
  30. opacity: 0.8;
  31. z-index: 2;
  32. }
  33.  
  34. .box2 {
  35. position: absolute;
  36. top: 65vh;
  37. left: 112vh;
  38. height: 20vh;
  39. width: 20vh;
  40. background-color: #212121;
  41. opacity: 0.8;
  42. z-index: 2;
  43. }
  44.  
  45. </style>
  46. <div id="bitch" oncontextmenu="return false;">
  47. </div>
  48.  
  49. <div class="ilios"></div>
  50. <div class="box"></div>
  51. <div class="box2"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement