tangycode

pepper page

Jun 23rd, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>pepper website</title>
  6. <link rel="shortcut icon" href="url">
  7.  
  8. <style type="text/css">
  9.  
  10. body {
  11. background:#000;
  12. background-image:url('url here');
  13. background-attachment:fixed;
  14. font-size:14px;
  15. font-family:monospace;
  16. color:#fff;
  17. }
  18.  
  19. a {
  20. color:#fff;
  21. text-decoration:underline;
  22. -moz-transition-duration: 0.5s;
  23. -o-transition-duration: 0.5s;
  24. -webkit-transition-duration: 0.5s;
  25. transition-duration: 0.5s;
  26. }
  27.  
  28. a:hover {
  29. text-transform:uppercase;
  30. -moz-transition-duration: 0.5s;
  31. -o-transition-duration: 0.5s;
  32. -webkit-transition-duration: 0.5s;
  33. transition-duration: 0.5s;
  34. }
  35.  
  36. .container {
  37. width:1000px;
  38. margin-left:auto;
  39. margin-right:auto;
  40. margin-top:70px;
  41. overflow:hidden;
  42. text-align:center;
  43. }
  44.  
  45. .about {
  46. height:400px;
  47. width:300px;
  48. background-color:#000;
  49. border:2px dotted #fff;
  50. display:inline-block;
  51. margin-left:10px;
  52. margin-right:10px;
  53. }
  54.  
  55. .aboutq {
  56. position:absolute;
  57. height:175px;
  58. width:300px;
  59. border-bottom:2px dotted #fff;
  60. }
  61.  
  62. .text {
  63. text-align:left;
  64. position:absolute;
  65. margin:15px;
  66. color:#fff;
  67. }
  68.  
  69. .image {
  70. height:400px;
  71. width:300px;
  72. background-color:#000;
  73. border:2px dotted #fff;
  74. display:inline-block;
  75. overflow:hidden;
  76. margin-left:10px;
  77. margin-right:10px;
  78. }
  79.  
  80. .links {
  81. height:400px;
  82. width:135px;
  83. display:inline-block;
  84. overflow:hidden;
  85. margin-left:10px;
  86. }
  87.  
  88. .boxes {
  89. height:125px;
  90. width:125px;
  91. display:inline-block;
  92. border:2px dotted #fff;
  93. background-color:#000;
  94. -moz-transition-duration: 0.5s;
  95. -o-transition-duration: 0.5s;
  96. -webkit-transition-duration: 0.5s;
  97. transition-duration: 0.5s;
  98. }
  99.  
  100. .boxes:hover {
  101. background-color:#fff;
  102. -moz-transition-duration: 0.5s;
  103. -o-transition-duration: 0.5s;
  104. -webkit-transition-duration: 0.5s;
  105. transition-duration: 0.5s;
  106. }
  107.  
  108. .boxes p {
  109. position:relative;
  110. top:50%;
  111. transform:translateY(-50%);
  112. margin:0 auto;
  113. text-align:center;
  114. }
  115.  
  116. </style>
  117. </head>
  118. <body>
  119. <div class="container">
  120. <div class="links">
  121. <a href="url">
  122. <div class="boxes" style="margin-bottom:6.5px">
  123. <p><img src="https://66.media.tumblr.com/abc3407689772a991333e0865cb0c9dd/tumblr_inline_pbhd0e6IFy1ry72eo_75sq.gif"></p>
  124. </div>
  125. </a>
  126. <a href="url">
  127. <div class="boxes" style="margin-bottom:6.5px">
  128. <p><img src="https://66.media.tumblr.com/ffb88a9d14a0e1d8e0f5f702307c0150/tumblr_inline_pbhd0eozyE1ry72eo_75sq.gif"></p>
  129. </div>
  130. </a>
  131. <a href="url">
  132. <div class="boxes">
  133. <p><img src="https://66.media.tumblr.com/07368cd23e8287fecbc38f10d16d9bda/tumblr_inline_pbhd0edJJq1ry72eo_75sq.gif"></p>
  134. </div>
  135. </a>
  136. </div>
  137. <div class="image">
  138. <img src="url" height="400px" width="300px">
  139. </div>
  140. <div class="about">
  141. <div class="aboutq">
  142. <div class="text">
  143. <p>NAME: pebber</p>
  144. <p>AGE: 4</p>
  145. <p>PRNS: aa/aa</p>
  146. <p>ROLE: boob</p>
  147. </div>
  148. <div class="text" style="top:175px">
  149. <p>aabout info here :)</p>
  150. </div>
  151. </div>
  152. </div>
  153. </div>
  154. </body>
  155. </html>
Advertisement
Add Comment
Please, Sign In to add comment