Advertisement
ChaZayari

Zima

Apr 16th, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <style>
  2.  
  3. body{
  4. background: #6b4848;
  5. }
  6.  
  7. #image{
  8. position: fixed;
  9. bottom: 10vh;
  10. right: 10vw;
  11. filter: drop-shadow(1vh 1vh 2vh #000);
  12. z-index: 5;
  13. }
  14.  
  15. #image img{
  16. height: 80vh;
  17. }
  18.  
  19. #box{
  20. position: fixed;
  21. background: #610808;
  22. box-shadow: 0 0 1vh #000;
  23. z-index: 1;
  24. height: 70vh;
  25. bottom: 15vh;
  26. width: 65vw;
  27. left: 17.5vw;
  28. }
  29.  
  30. </style>
  31. <div id="box"></div>
  32. <div id="image"><img src="https://i.imgur.com/BWBwIjJ.png"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement