Advertisement
ooter

CSS; Floating Img

Jun 16th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Floating image using CSS
  2.  
  3.  
  4. Paste the following in your CSS:
  5. .floatimg {position: fixed; bottom: 0px; right: 0px; z-index: 999;}
  6.  
  7.  
  8.  
  9. Then paste the following in the HTML part of your profile!
  10. <span class="floatimg"><img src="IMAGE" alt="" height="500" /></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement