Advertisement
Falkstids

fing

Apr 16th, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <style>
  2. body{
  3. background-color:#c1c1c1;
  4. oveflow:hidden;
  5. }
  6.  
  7. #image{
  8. background-image:url(https://i.imgur.com/mOFUVmV.jpg);
  9. background-size:100%;
  10. background-repeat:no-repeat;
  11. width:600px;
  12. height:400px;
  13. position:absolute;
  14. right:0px;
  15. bottom:0px;
  16. }
  17.  
  18. </style>
  19.  
  20. <div id="image"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement