Advertisement
ruesha

image 1 (07/22)

Jul 22nd, 2024 (edited)
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <style>
  2.  
  3. .title-bar {
  4. border: 1px solid #000;
  5. z-index: 2;
  6. }
  7.  
  8. .title-bar-text {
  9. font-family: windows;
  10. font-size: 13px;
  11. }
  12.  
  13. .first {
  14. }
  15.  
  16. .window-body {
  17. padding: 4px;
  18. text-align: left;
  19. font-family: windows;
  20. }
  21.  
  22. </style>
  23.  
  24. <div class="window active" style="position: absolute; bottom: 55px; left: 20px;">
  25. <div class="title-bar">
  26. <div class="title-bar-text">image.gif</div>
  27. <div class="title-bar-controls">
  28. <a href="#home"><button aria-label="Close"></button></a>
  29. </div>
  30. </div>
  31.  
  32. <!----- you're going to have to adjust the width and height for your image size, this is going to take some tweaking & patience... i recommmend using a square picture bc they're the easiest to adapt ------->
  33.  
  34. <div class="window-body">
  35. <img class="first" src="https://cdn.discordapp.com/attachments/851155413831254076/1264700700034596895/Screenshot_2024-07-21_at_2.48.51_PM.png?ex=669ed3cf&is=669d824f&hm=fb22b3b9925dec2794107752b817dd0a229b72ebbf4c8243b3db94dd7b3588fb&" alt="." style="width:122px;height:115px;">
  36. </div>
  37. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement