Advertisement
GrassWhistle

bit of code

Jul 5th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. CSS--
  2.  
  3. <style>
  4. .leftbox {
  5. position: fixed;
  6. z-index: 5;
  7. background-color: #transparent;
  8. left: 0; right: 550; bottom: 0; top: 235;
  9. width: 250px;
  10. height: 400px;
  11. margin: auto;
  12. padding: 3px;
  13. overflow: auto;
  14. overflow-x: hidden; }
  15. </style>
  16.  
  17. HTML--
  18.  
  19. <div class="leftbox">
  20. <img src="https://78.media.tumblr.com/27407d3b34b81eb9d15fd6aa3d2acb17/tumblr_p6tu29T2JE1uvns7go1_250.png">
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement