Advertisement
kyujouz

image fixed at the bottom

Jul 28th, 2021
2,815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. div.fixed {
  5. position: fixed;
  6. bottom: 0;
  7. left: 0;
  8. width: auto;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13.  
  14. <div class="fixed">
  15. <img src="https://cdn.discordapp.com/attachments/847640813483982871/869745552806539284/ScholarPrimrose.png">
  16. </div>
  17.  
  18. </body>
  19. </html>
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement