tangycode

aspen page

Jun 29th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>aspen page</title>
  6. <link rel="shortcut icon" href="favicon url">
  7. <link href="https://fonts.googleapis.com/css?family=Homemade+Apple&display=swap" rel="stylesheet">
  8.  
  9. <style type"text/css">
  10.  
  11. body {
  12. background:#a8af83;
  13. background-image:url('url here');
  14. background-attachment:fixed;
  15. color:#fff;
  16. font-size:14px;
  17. font-family:arial;
  18. }
  19.  
  20. a {
  21. color:#92af83;
  22. text-decoration:underline;
  23. -moz-transition-duration: 0.5s;
  24. -o-transition-duration: 0.5s;
  25. -webkit-transition-duration: 0.5s;
  26. transition-duration: 0.5s;
  27. }
  28.  
  29. a:hover {
  30. color:#fff;
  31. -moz-transition-duration: 0.5s;
  32. -o-transition-duration: 0.5s;
  33. -webkit-transition-duration: 0.5s;
  34. transition-duration: 0.5s;
  35. }
  36.  
  37. .container {
  38. width:1000px;
  39. margin:0 auto;
  40. overflow:hidden;
  41. text-align:center;
  42. }
  43.  
  44. .wrapper {
  45. width:304px;
  46. height:425px;
  47. margin-left:auto;
  48. margin-right:auto;
  49. margin-top:10px;
  50. overflow:hidden;
  51. }
  52.  
  53. .imgbox {
  54. width:300px;
  55. height:200px;
  56. position:relative;
  57. }
  58.  
  59. .imgbox img {
  60. border:2px solid #000;
  61. }
  62.  
  63. .bio {
  64. width:300px;
  65. height:200px;
  66. background:#000;
  67. border:2px solid #000;
  68. position:relative;
  69. margin-top:15px;
  70. text-align:left;
  71. }
  72.  
  73. .question {
  74. color:#fff;
  75. text-transform:uppercase;
  76. background:#1d5600;
  77. font-weight:bold;
  78. display:inline-block;
  79. font-size:16px;
  80. margin-left:15px;
  81. }
  82.  
  83. .thanks {
  84. width:300px;
  85. height:100px;
  86. position:relative;
  87. margin-left:auto;
  88. margin-right:auto;
  89. margin-top:15px;
  90. }
  91.  
  92. .thanks h2 {
  93. font-family:'Homemade Apple',cursive;
  94. font-size:20px;
  95. color:#000;
  96. }
  97.  
  98. </style>
  99. </head>
  100. <body>
  101. <div class="container">
  102. <div class="wrapper">
  103. <div class="imgbox">
  104. <img src="https://66.media.tumblr.com/fb37f102dfe0e953be312097883bf2f8/tumblr_pto8tlI9111rtk9m8o1_1280.jpg" width="300px" height="200px">
  105. </div>
  106. <div class="bio">
  107. <p><div class="question">name:</div> name here</p>
  108. <p><div class="question">age:</div> age here</p>
  109. <p><div class="question">prns:</div> prns here</p>
  110. <p><div class="question">role:</div> role here</p>
  111. </div>
  112. </div>
  113. <div class="thanks">
  114. <h2>Thanks,<h2>
  115. <h2 style="text-align:right">-- Management</h2>
  116. </div>
  117. </div>
  118. </body>
  119. </html>
Advertisement
Add Comment
Please, Sign In to add comment