Advertisement
ZukoHiyama

koichi

Jul 11th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Faster+One&family=Racing+Sans+One&display=swap');
  3. body {
  4. background-color: #c2c724;
  5. background-image: url("https://www.transparenttextures.com/patterns/checkered-pattern.png"), linear-gradient(230deg, #283478, #d32329, #f1dd3f);;
  6. background-position: fixed;
  7. background-repeat:repeat;
  8. background-position: right bottom;}
  9.  
  10. .title1{
  11. position: fixed;
  12. bottom: 5vw;
  13. left: 52vw;
  14. padding: 1px;
  15. font-family: 'Racing Sans One', cursive;
  16. text-decoration: none;
  17. font-size: 4vh;
  18. color: #000;
  19. display: inline-block;
  20. opacity: 1;
  21. height: 10vh;
  22. width: 77vh;
  23. z-index: 7;
  24. }
  25.  
  26. .title2{
  27. position: fixed;
  28. bottom: 3vw;
  29. left: 35vw;
  30. padding: 1px;
  31. font-family: 'Faster One', cursive;
  32. text-decoration: none;
  33. font-size: 9vh;
  34. color: #000;
  35. display: inline-block;
  36. opacity: 1;
  37. height: 10vh;
  38. width: 77vh;
  39. z-index: 7;
  40. }
  41. .koichi{
  42. position: fixed;
  43. top: 0vw;
  44. left: 34vw;
  45. background-image: url('https://i.ibb.co/nQ3V1tg/koichiog.png') ;
  46. background-size: cover;
  47. background-repeat: no-repeat;
  48. z-index: 2;
  49. opacity: 1;
  50. transition: .8s;
  51. height: 80vh;
  52. width: 55vh;
  53. }
  54.  
  55. .koichi a {
  56. display: inline-block;
  57. }
  58.  
  59. .koichi:hover {
  60. background-image: url('https://i.ibb.co/2MRw7FW/koichiedit1-5.png') ;
  61. background-size: cover;
  62. background-repeat: no-repeat;
  63. display: inline-block;
  64. }
  65. .bar1{
  66. position: fixed;
  67. bottom: 3vw;
  68. left: -5vw;
  69. background-image: url('https://i.ibb.co/71J02Qx/koichibar2.jpg') ;
  70. height: 15vh;
  71. width: 75vw;
  72. transform: skew(-20deg);
  73. z-index: 4;
  74. }
  75. .bar2{
  76. position: fixed;
  77. bottom: 2vw;
  78. left: -4vw;
  79. background-image: url('https://i.ibb.co/9nTK2QQ/koichibar3.jpg') ;
  80. height: 15vh;
  81. width: 75vw;
  82. transform: skew(-20deg);
  83. z-index: 3;
  84. }
  85.  
  86. .bar3{
  87. position: fixed;
  88. bottom: 1vw;
  89. left: -3vw;
  90. background-image: url('https://i.ibb.co/HK0mBVW/koichibar.jpg') ;
  91. height: 15vh;
  92. width: 75vw;
  93. transform: skew(-20deg);
  94. z-index: 2;
  95. }
  96.  
  97.  
  98.  
  99.  
  100. </style>
  101. <body>
  102.  
  103. <div class="koichi">
  104. </div>
  105.  
  106. <div class="bar1">
  107. </div>
  108.  
  109. <div class="bar2">
  110. </div>
  111.  
  112. <div class="bar3">
  113. </div>
  114.  
  115. <div class="title1">
  116. Koichi Haimawari
  117. </div>
  118.  
  119. <div class="title2">
  120. The Crawler
  121. </div>
  122.  
  123. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement