ZukoHiyama

nagant

Apr 28th, 2022
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Grechen+Fuemen&display=swap');
  3. body {
  4. background-color: #c2c724;
  5. background-image: url("https://www.transparenttextures.com/patterns/cross-stripes.png"), linear-gradient(230deg, #3C163C, #622F62, #864C86);
  6. background-position: fixed;
  7. background-repeat:repeat;
  8. background-position: right bottom;}
  9.  
  10.  
  11. #nagant{
  12. position: fixed;
  13. bottom: 0vw;
  14. left: 0vw;
  15. z-index: 2;
  16. opacity: 1;
  17. transition: .8s;
  18. height: 45vw;
  19. width: 30vw;
  20. }
  21.  
  22. #nagant img{position: fixed;
  23. display: inline-block;
  24. opacity: 1;
  25. height: 45vw;
  26. }
  27.  
  28. #fixed {
  29. position: fixed;
  30. bottom: 20vw;
  31. left: 15vw;
  32. height: 0vw;
  33. width: 0vw;
  34. z-index: 1;
  35. }
  36.  
  37. #fixed img{position: fixed;
  38. display: inline-block;
  39. opacity: 1;
  40. height: 20vw;
  41. }
  42.  
  43. </style>
  44. <body>
  45.  
  46. <div id="nagant">
  47. <img src="https://i.ibb.co/QX1wZT3/nagant.png">
  48. </div>
  49.  
  50. <div id="fixed">
  51. <img src="https://i.ibb.co/qW03wYc/naganameplate3.png">
  52. </div>
  53.  
  54.  
  55.  
  56.  
  57. </body>
Advertisement
Add Comment
Please, Sign In to add comment