notjustanotter

HOG CRANKED

Mar 13th, 2026
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css2?family=Black+Ops+One');
  3. body {
  4. background: white;
  5. cursor: url(https://i.imgur.com/rTlVRld.png), auto;
  6. overflow: hidden;
  7. }
  8. ::-webkit-scrollbar
  9. {
  10. width: 0px;
  11. background-color: transparent;
  12. }
  13. a {
  14. color: inherit;
  15. text-decoration: none;
  16. transition: .5s;
  17. cursor: url(https://i.imgur.com/rTlVRld.png), auto;
  18. }
  19. a:hover{
  20. color: white;
  21. }
  22. b{
  23. font-size: inherit;
  24. letter-spacing: 1px;
  25. }
  26.  
  27. hr {
  28. border-bottom: 1px solid #ccc;
  29. border-top: 0px;
  30. margin-top: 2px;
  31. margin-bottom:2px;
  32. }
  33.  
  34. #bar{
  35. top: 0px;
  36. bottom: 0px;
  37. left: 0px;
  38. background: black;
  39. width: 50%;
  40. height: 100%;
  41. position: fixed;
  42. margin: auto;
  43. z-index: -1;
  44. }
  45.  
  46.  
  47. #contain{
  48. position: fixed;
  49. margin: auto;
  50. top: 0px;
  51. bottom: 0px;
  52. left: 0px;
  53. right: 0px;
  54. height: 600px;
  55. width: 900px;
  56. z-index:1;
  57. }
  58.  
  59. #img{
  60. position: absolute;
  61. margin: auto;
  62. left: 0px;
  63. top: 0px;
  64. height: 600px;
  65. width: 450px;
  66. background: url('https://i.ibb.co/yF06yc6k/image.png') no-repeat;
  67. background-color: white;
  68. background-size: 105%;
  69. background-position: 10 20;
  70. filter: invert(1);
  71. z-index:5;
  72. }
  73.  
  74. #imgb{
  75. position: absolute;
  76. margin: auto;
  77. top: 0px;
  78. bottom: 0px;
  79. left: -10px;
  80. height: 618px;
  81. width: 460px;
  82. background: white;
  83. z-index:1;
  84. }
  85.  
  86. #img2{
  87. position: absolute;
  88. margin: auto;
  89. right: 0px;
  90. top: 0px;
  91. height:600px;
  92. width: 450px;
  93. z-index:5;
  94. background: url('https://i.ibb.co/bM6TbQzn/image-removebg-preview-6.png') no-repeat;
  95. background-color: white;
  96. background-size: 105%;
  97. background-position: -1 -90;
  98. }
  99.  
  100. #img2b{
  101. position: absolute;
  102. margin: auto;
  103. top: 0px;
  104. bottom: 0px;
  105. right: -10px;
  106. height: 618px;
  107. width: 460px;
  108. background: black;
  109. z-index:1;
  110. }
  111.  
  112.  
  113. #name{
  114. position: absolute;
  115. margin: auto;
  116. left: -357px;
  117. bottom: 271px;
  118. height: 80px;
  119. width: 650px;
  120. color: white;
  121. font-family: "Black Ops One", sans-serif;
  122. font-size: 80px;
  123. transform: rotate(-90deg);
  124. line-height: 1;
  125. overflow: auto;
  126. z-index:5;
  127. }
  128.  
  129. #name2{
  130. position: absolute;
  131. margin: auto;
  132. right: -357px;
  133. bottom: 245px;
  134. height: 80px;
  135. width: 650px;
  136. color: black;
  137. font-family: "Black Ops One", sans-serif;
  138. font-size: 80px;
  139. transform: rotate(90deg);
  140. line-height: 1;
  141. overflow: auto;
  142. z-index:5;
  143. }
  144.  
  145. #quote{
  146. position: absolute;
  147. margin: auto;
  148. left: 0px;
  149. top: -56px;
  150. height: 50px;
  151. width: 460px;
  152. color: white;
  153. text-shadow: -3px -2px 0px BLACK;
  154. font-family: "Black Ops One", sans-serif;
  155. font-size: 60px;
  156. line-height: 1;
  157. overflow: auto;
  158. z-index:5;
  159. }
  160.  
  161. #quote2{
  162. position: absolute;
  163. margin: auto;
  164. left: 450px;
  165. top: -56px;
  166. height: 50px;
  167. width: 470px;
  168. color: black;
  169. font-family: "Black Ops One", sans-serif;
  170. font-size: 60px;
  171. line-height: 1;
  172. overflow: auto;
  173. z-index:5;
  174. }
  175.  
  176. #latin{
  177. position: absolute;
  178. margin: auto;
  179. left: 435px;
  180. bottom: -58px;
  181. height: 50px;
  182. width: 470px;
  183. color: black;
  184. font-family: "Black Ops One", sans-serif;
  185. font-size: 63px;
  186. line-height: 1;
  187. overflow: auto;
  188. transform: rotate(180deg);
  189. z-index:5;
  190. }
  191.  
  192. #latin2{
  193. position: absolute;
  194. margin: auto;
  195. left: -25px;
  196. bottom: -57px;
  197. height: 50px;
  198. width: 470px;
  199. color: white;
  200. font-family: "Black Ops One", sans-serif;
  201. font-size: 61px;
  202. line-height: 1;
  203. overflow: auto;
  204. transform: rotate(180deg);
  205. z-index:5;
  206. }
  207.  
  208. #info{
  209. position: absolute;
  210. margin: auto;
  211. left: 460px;
  212. top: 10px;
  213. height: 110px;
  214. width: 340px;
  215. color: black;
  216. font-family: "Black Ops One", sans-serif;
  217. font-size: 14pt;
  218. font-variant: small-caps;
  219. text-align: justify;
  220. line-height: .74;
  221. overflow: auto;
  222. z-index:6;
  223. }
  224.  
  225. #status{
  226. position: absolute;
  227. margin: auto;
  228. left: 460px;
  229. top: 130px;
  230. height: 110px;
  231. width: 240px;
  232. color: black;
  233. font-family: "Black Ops One", sans-serif;
  234. font-size: 14pt;
  235. font-variant: small-caps;
  236. text-align: justify;
  237. line-height: .74;
  238. overflow: auto;
  239. z-index:6;
  240. }
  241.  
  242. #cred{
  243. height: 50px;
  244. width: 50px;
  245. position:fixed;
  246. margin: auto;
  247. right: 0px;
  248. bottom: 0px;
  249. }
  250.  
  251. </style>
  252. <div id="bar"></div>
  253. <div id="contain">
  254. <div id="name">
  255. FRANK CASTLE
  256. </div>
  257. <div id="name2">
  258. THE PUNISHER
  259. </div>
  260. <div id="quote">
  261. COME ON, GOD
  262. </div>
  263. <div id="quote2">
  264. !! ANSWER ME!
  265. </div>
  266. <div id="latin">
  267. SI VIS PACEM
  268. </div>
  269. <div id="latin2">
  270. PARA BELLUM
  271. </div>
  272. <div id="info">
  273. this scrolls, btw.<br><br>
  274. lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
  275. </div>
  276. <div id="status">
  277. <span style="float: left;"><b>prompt</b></span><br><span style="float: right"><i>answer.</i></span><br>
  278. <span style="float: left;"><b>prompt</b></span><br><span style="float: right"><i>answer.</i></span><br>
  279. <span style="float: left;"><b>prompt</b></span><br><span style="float: right"><i>answer.</i></span><br>
  280. <span style="float: left;"><b>prompt</b></span><br><span style="float: right"><i>answer.</i></span><br>
  281. <span style="float: left;"><b>prompt</b></span><br><span style="float: right"><i>answer.</i></span><br>
  282. <span style="float: left;"><b>prompt</b></span><br><span style="float: right"><i>answer.</i></span><br>
  283. <span style="float: left;"><b>prompt</b></span><br><span style="float: right"><i>answer.</i></span><br>
  284. <span style="float: left;"><b>prompt</b></span><br><span style="float: right"><i>answer.</i></span>
  285.  
  286. </div>
  287. <div id="img">
  288. </div>
  289. <div id="imgb">
  290. </div>
  291. <div id="img2">
  292. </div>
  293. <div id="img2b">
  294. </div>
  295. </div>
  296. <div id="cred">
  297. <a target="_blank" href="https://pastebin.com/u/notjustanotter"><img src="https://i.ibb.co/5gTfr0B9/image.png" title="I GOT YOUR HOG RIGHT HERE HOSS" id="cred"></a>
  298. </div>
Advertisement
Add Comment
Please, Sign In to add comment