tangycode

mouse page

Jun 29th, 2019
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>mouse page</title>
  6. <link rel="shortcut icon" href="favicon url">
  7.  
  8. <style type="text/css">
  9.  
  10. body {
  11. background:#fff;
  12. background-image:url('https://66.media.tumblr.com/4ced2288caea00abafa6aa29682e9c79/tumblr_inline_ptvdo84bkB1tyarbw_1280.gif');
  13. background-attachment:fixed;
  14. font-size:14px;
  15. font-family:monospace;
  16. color:#000;
  17. }
  18.  
  19. a {
  20. color:#02562b;
  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. color:#000;
  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. overflow:hidden;
  41. text-align:center;
  42. }
  43.  
  44. .topwrapper {
  45. width:425px;
  46. height:205px;
  47. overflow:hidden;
  48. margin-left:auto;
  49. margin-right:auto;
  50. margin-top:60px;
  51. }
  52.  
  53. .imgbox {
  54. width:204px;
  55. height:204px;
  56. position:relative;
  57. display:inline-block;
  58. overflow:hidden;
  59. }
  60.  
  61. .textbox {
  62. width:200px;
  63. height:200px;
  64. background:#6ba386;
  65. border:2px solid #000;
  66. display:inline-block;
  67. overflow:hidden;
  68. }
  69.  
  70. .bottomwrapper {
  71. width:425px;
  72. height:205px;
  73. margin-left:auto;
  74. margin-right:auto;
  75. margin-top:-1px;
  76. overflow:hidden;
  77. }
  78.  
  79. .biobox {
  80. width:200px;
  81. height:200px;
  82. background:#6ba386;
  83. border:2px solid #000;
  84. display:inline-block;
  85. overflow:hidden;
  86. text-align:left;
  87. }
  88.  
  89. .question {
  90. color:#fff;
  91. text-transform:uppercase;
  92. font-weight:bold;
  93. font-size:16px;
  94. display:inline-block;
  95. margin-left:15px;
  96. }
  97.  
  98. </style>
  99. </head>
  100. <body>
  101. <div class="container">
  102. <div class="topwrapper">
  103. <div class="imgbox" style="margin-right:-8px;">
  104. <img src="https://66.media.tumblr.com/5efd28df97d906f71aee71a7820d76f9/tumblr_psjsnyUKSR1wo3oka_1280.jpg" width="204px" height="204px">
  105. </div>
  106. <div class="textbox">
  107. <p>fun text here</p>
  108. </div>
  109. </div>
  110. <div class="bottomwrapper">
  111. <div class="biobox" style="margin-right:-8px;">
  112. <p><div class="question">name:</div> name here</p>
  113. <p><div class="question">age:</div> age here</p>
  114. <p><div class="question">prns:</div> prns here</p>
  115. <p><div class="question">role:</div> role here</p>
  116. </div>
  117. <div class="imgbox">
  118. <img src="https://66.media.tumblr.com/feba1756f91da98e1b409df0890a7fe3/tumblr_psjsldzbyg1wo3oka_1280.jpg" width="204px" height="204px">
  119. </div>
  120. </div>
  121. </div>
  122. </body>
  123. </html>
Advertisement
Add Comment
Please, Sign In to add comment