ruesha

image 2 (07/22)

Jul 22nd, 2024 (edited)
184
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. .second {
  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: 155px; left: 200px;">
  25. <div class="title-bar">
  26. <div class="title-bar-text">beomgyu.png</div>
  27. <div class="title-bar-controls">
  28. <a href="#home"><button aria-label="Close"></button></a>
  29. </div>
  30. </div>
  31. <div class="window-body">
  32.  
  33. <!----- you're going to have to adjust the width and height for your image size, this is going to take some tweaking & patience... i recommend using a square picture bc they're the easiest to adapt ------->
  34.  
  35. <img class="second" src="https://cdn.discordapp.com/attachments/851155413831254076/1264695155953369189/Screenshot_2024-07-21_at_2.26.23_PM.png?ex=669ecea6&is=669d7d26&hm=8396d0d937bf42458b3c945c1e76da84846ba0172a6f178e6d117b8564842d8a&" alt="." style="width:110px;height: auto;">
  36. </div>
  37. </div>
Add Comment
Please, Sign In to add comment