ChaZayari

Lee-Enfield

Apr 3rd, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <style>
  2. @import url('https://www.themonster.xyz/styles/fancy-fonts.css');
  3. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  4. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  5. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  6.  
  7. body{
  8. background: linear-gradient(80deg, #3d1515, #5c5c5c, #181b38);
  9. }
  10.  
  11.  
  12. #image{
  13. position: fixed;
  14. z-index: 5;
  15. top: 5vh;
  16. right: 10vw;
  17. box-shadow: 1vh 1vh 1vh #000;
  18. }
  19.  
  20. #image img{
  21. height: 90vh;
  22. }
  23.  
  24. #bar{
  25. position: fixed;
  26. background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX6626099.jpg);
  27. z-index: 2;
  28. top: 35vh;
  29. height: 15vh;
  30. width: 100vw;
  31. left: 0vw;
  32. box-shadow: 0 0 1vh #000;
  33. }
  34.  
  35. #title{
  36. position: fixed;
  37. z-index: 5;
  38. text-align: left;
  39. height: 20vh;
  40. width: 40vw;
  41. left: 10vw;
  42. top: 30vh;
  43. font-family: 'Magnificent';
  44. font-size: 12vh;
  45. color: #fff;
  46. text-shadow: -1vh 1vh 2vh #000;
  47. }
  48.  
  49.  
  50. #box{
  51. position: fixed;
  52. z-index: 4;
  53. background: url(https://static.vecteezy.com/system/resources/previews/000/579/041/non_2x/vector-abstract-classic-geometric-squares-pattern-on-dark-blue-background-luxury-style-dashed-lines-repeating-with-square-texture.jpg);
  54. padding: 1%;
  55. text-align: center;
  56. height: 40vh;
  57. width: 40vw;
  58. top: 41vh;
  59. left: 10vw;
  60. color: #fff;
  61. font-family: 'Whitney';
  62. font-size: 2.25vh;
  63. text-shadow: 0vh 1vh 1vh #000;
  64. }
  65.  
  66. h1{
  67. font-family: 'Madame Cosmetics';
  68. font-size: 4vh;
  69. font-weight: lighter;
  70. }
  71.  
  72. a{
  73. font-family: 'Praying Angel';
  74. color: #fff;
  75. text-decoration: none;
  76. transition: 0.5s;
  77. }
  78.  
  79. a:hover{
  80. transition: 0.5s;
  81. color: #eb9191;
  82. }
  83.  
  84. </style>
  85. <div id="image">
  86. <img src="https://i.imgur.com/pdxkWr9.png">
  87. </div>
  88.  
  89. <div id="bar"></div>
  90. <div id="title">Lee Enfield</div>
  91.  
  92. <div id="box"><br><br>
  93. <h1>God Save the Queen</h1>
  94. Lee Enfield<br>
  95. Military Android, 'Tactical Doll'<br>
  96. Rifle Class<br>
  97. British rifle, in service from 1895-1926<br>
  98. <br>
  99. <a target="_blank" href="https://imgur.com/a/Sag4UVs">Images</a>
  100. </div>
Add Comment
Please, Sign In to add comment