Advertisement
ChaZayari

Carnelian.

Apr 28th, 2022
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <style>
  2.  
  3. body{
  4. background: repeating-linear-gradient(
  5. 45deg,
  6. #423710,
  7. #423710 5px,
  8. #2e2710 5px,
  9. #2e2710 10px
  10. );}
  11.  
  12. #box{
  13. position: fixed;
  14. height: 80vh;
  15. width: 60vw;
  16. top: 10vh;
  17. right: 20vw;
  18. background: #EEF2FB;
  19. border: 1vh #421d1d solid;
  20. overflow: hidden;
  21. }
  22.  
  23. #image{
  24. position: fixed;
  25. left:19.25vw;
  26. top: 11vh;
  27. z-index: 1;
  28. }
  29. #image img{
  30. height: 80vh;
  31. }
  32.  
  33. </style>
  34.  
  35. <div id="box"></div>
  36. <div id="image"><img src="https://i.imgur.com/VgnCfH9.jpg"></div>
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement