Advertisement
powys

gallery in magi.crd.co

Jun 13th, 2021
885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <style>
  2.  
  3. #scroll {
  4. overflow: scroll;
  5. height: 300px;
  6. width: 100%;
  7. background: pink;
  8. border: 3px double black;
  9.  
  10. }
  11.  
  12. .i {
  13. width: 90%;
  14. height: auto;
  15. border-width:7px;
  16. border-style:solid;
  17. border-image: url("https://static.tumblr.com/yn7vk7p/DfHmp40xm/bo-ha26.gif") 8 fill round;
  18. }
  19.  
  20. </style>
  21.  
  22. <div id="scroll">
  23. <img class=i src="https://i.imgur.com/5IwJ6rx.jpg" alt="." style="width:100%;height:auto;border-radius:1px;">
  24.  
  25. <img class=i src="https://i.imgur.com/FmfoPKd.jpg" alt="." style="width:100%;height:auto;border-radius:1px;">
  26.  
  27. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement