Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .title-bar {
- border: 1px solid #000;
- z-index: 2;
- }
- .title-bar-text {
- font-family: windows;
- font-size: 13px;
- }
- .second {
- }
- .window-body {
- padding: 4px;
- text-align: left;
- font-family: windows;
- }
- </style>
- <div class="window active" style="position: absolute; bottom: 155px; left: 200px;">
- <div class="title-bar">
- <div class="title-bar-text">beomgyu.png</div>
- <div class="title-bar-controls">
- <a href="#home"><button aria-label="Close"></button></a>
- </div>
- </div>
- <div class="window-body">
- <!----- 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 ------->
- <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;">
- </div>
- </div>
Add Comment
Please, Sign In to add comment