Rahzgul

quoth

Oct 5th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <div class="mainimage">
  2. <img src="https://files.catbox.moe/xul0cm.png">
  3. </div>
  4.  
  5. <div class="container">
  6. </div>
  7.  
  8.  
  9.  
  10.  
  11. body {
  12. background: black;
  13. overflow: hidden;
  14. }
  15.  
  16.  
  17.  
  18.  
  19. .mainimage {
  20. position: absolute;
  21. transform: scale(.9);
  22. right: 710;
  23. top: 50 ;
  24. overflow: no-scroll;
  25. }
  26.  
  27. .container {
  28. position: absolute;
  29. left: 300px;
  30. bottom: 20px;
  31. overflow: auto;
  32. color: white;
  33. background: black; height: 200px; width: 500px;
  34. opacity: 1;
  35. border: rgba(121, 87, 166, 1) groove;
  36.  
  37. }
  38.  
  39.  
Add Comment
Please, Sign In to add comment