Advertisement
ChaZayari

Hoshiguma

Apr 16th, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <style>
  2.  
  3. body{
  4. background: #375944;
  5. }
  6.  
  7. #image{
  8. position: fixed;
  9. bottom: 5vh;
  10. left: 15vw;
  11. box-shadow: 0 0 2vh #000;
  12. }
  13.  
  14. #image img{
  15. height: 90vh;
  16. }
  17.  
  18. </style>
  19.  
  20. <div id="image"><img src="https://i.imgur.com/96AUUpb.png"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement