Advertisement
ChaZayari

M1893 Springfield

Apr 3rd, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 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.  
  8. body{
  9. background: url(https://i.imgur.com/aqg2kXd.jpg);
  10. background-size: cover;
  11. background-position: bottom center;
  12. }
  13.  
  14.  
  15. #image{
  16. position: fixed;
  17. z-index: 5;
  18. top: 5vh;
  19. left: 10vw;
  20. box-shadow: -1vh 1vh 1vh #000;
  21. }
  22. #image img{
  23. height: 90vh;
  24. }
  25.  
  26. #snow{
  27. z-index: 2;
  28. background: url(https://i.giphy.com/media/xkGkrAIbJqAtKlsZI5/giphy.gif);
  29. height: 100vh;
  30. width: 100vw;
  31. left:0vw;
  32. top: ovh;
  33. position: fixed;
  34. }
  35.  
  36. #title{
  37. position: fixed;
  38. z-index: 5;
  39. text-align: right;
  40. top: 22vh;
  41. right: 10vw;
  42. width: 60vw;
  43. height: 20vh;
  44. font-family: 'Jane Austen';
  45. font-size: 10vh;
  46. color: #ffbd66;
  47. text-shadow: 1vh 1vh 1vh #000;
  48. }
  49.  
  50. #box{
  51. position: fixed;
  52. background: #3b446b;
  53. z-index: 4;
  54. padding: 1%;
  55. text-align: center;
  56. box-shadow: 1vh 1vh 1vh #000;
  57. height: 40vh;
  58. width: 43vw;
  59. top: 30vh;
  60. right: 10vw;
  61. font-family: 'Freeboot';
  62. font-size: 2.5vh;
  63. color: #fff;
  64. overflow: auto;
  65. }
  66.  
  67. h1{
  68. font-family: 'Dollyn';
  69. font-size: 5vh;
  70. }
  71.  
  72. a{
  73. text-decoration: none;
  74. font-size: 3.25vh;
  75. transition: 0.3s;
  76. font-family: 'Flashlight';
  77. color: #fff;
  78. }
  79.  
  80. a:hover{
  81. transition: 0.3s;
  82. color: #adbdff;
  83. text-shadow: 0 0 1vh #adbdff;
  84. }
  85.  
  86.  
  87. </style>
  88.  
  89. <div id="image">
  90. <img src="https://i.imgur.com/uWq9FXP.jpg">
  91. </div>
  92.  
  93. <div id="title">M1903 Springfield</div>
  94.  
  95. <div id="box">
  96. <h1>United States Rifle</h1>
  97. M1903 Springfield<br>
  98. Bolt Action Rifle<br>
  99. American<br>
  100. Feminine<br>
  101. Certified MomBot.<br>
  102. <br>
  103. <a target="_blank" href="https://imgur.com/a/uOMw1OZ">Images.</a>
  104. <br>
  105. <p>The M1903 Springfield, formally the United States Rifle, Caliber .30-06, Model 1903, is an American 5-round magazine fed, bolt-action service repeating rifle, used primarily during the first half of the 20th century.
  106. </p>
  107. <p>It was officially adopted as a United States military bolt-action rifle on June 19, 1903, and saw service in World War I. It was officially replaced as the standard infantry rifle by the faster-firing semi-automatic 8-round M1 Garand starting in 1937. However, the M1903 Springfield remained in service as a standard issue infantry rifle during World War II, since the U.S. entered the war without sufficient M1 rifles to arm all troops. It also remained in service as a sniper rifle during World War II, the Korean War, and even in the early stages of the Vietnam War. It remains popular as a civilian firearm, historical collector's piece, and as a military drill rifle.
  108. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement