Advertisement
repth

Theme 19

Oct 31st, 2021
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>theme 19</title>
  7.  
  8. <style>
  9.  
  10. body{
  11. background-color: #f8fff0;
  12. }
  13.  
  14. #all{
  15. position: absolute;
  16. left: 25%;
  17. right: 25%;
  18. }
  19.  
  20. #container{
  21. width: 500px;
  22. border: 1px solid #535c4a;
  23. margin: 0 auto;
  24. }
  25.  
  26. #header{
  27. background-image: url('https://i.imgur.com/5eCSi2f.png');
  28. background-repeat: no-repeat;
  29. background-position: center center;
  30. height: 339px;
  31. color: #7a856f;
  32. }
  33.  
  34. #header h1{
  35. margin: 0px;
  36. position: relative;
  37. left: 20px;
  38. top: 75px;
  39. text-transform: uppercase;
  40. font-weight: normal;
  41. letter-spacing: 2px;
  42. font-size: 20px;
  43. text-shadow: 0px 0px 20px #b2cc97;
  44. }
  45.  
  46. #header h2{
  47. margin: 0px;
  48. position: relative;
  49. left: 20px;
  50. top: 76px;
  51. text-transform: uppercase;
  52. font-weight: normal;
  53. letter-spacing: 2px;
  54. font-size: 14px;
  55. text-shadow: 0px 0px 15px #b2cc97;
  56. }
  57.  
  58. #nav{
  59. position: relative;
  60. text-align: right;
  61. right: 1px;
  62. bottom: 36px;
  63. }
  64.  
  65. #nav ul li{
  66. list-style-type: none;
  67. padding: 0px;
  68. font-size: 13px;
  69. font-weight: normal;
  70. letter-spacing: 2px;
  71. text-transform: uppercase;
  72. }
  73.  
  74. #nav ul{
  75. margin: 0px;
  76. }
  77.  
  78. #nav li{
  79. margin: 1px;
  80. }
  81.  
  82. a{
  83. color: #535c4a;
  84. }
  85.  
  86. #nav a{
  87. text-decoration: none;
  88. color: #7a856f;
  89. }
  90.  
  91. #nav a:hover{
  92. text-shadow: 0px 0px 10px #b2cc97;
  93. }
  94.  
  95. #content{
  96. padding: 15px;
  97. background-image: linear-gradient(180deg, white, #cee6b3);
  98. text-align: justify;
  99. color: #535c4a;
  100. }
  101.  
  102. #content h2{
  103. text-transform: uppercase;
  104. font-weight: normal;
  105. letter-spacing: 2px;
  106. font-size: 13px;
  107. }
  108.  
  109. #content p{
  110. font-size: 13px;
  111. }
  112.  
  113. form{
  114. display: inline-block;
  115. margin-left: auto;
  116. margin-right: auto;
  117. }
  118.  
  119. #form{
  120. text-align: center;
  121. display: block;
  122. }
  123.  
  124. ::-webkit-scrollbar{
  125. width: 8px;
  126. }
  127.  
  128. ::-webkit-scrollbar-track{
  129. background-color: transparent;
  130. }
  131.  
  132. ::-webkit-scrollbar-thumb{
  133. background-color: #7a856f;
  134. }
  135.  
  136. #credit{
  137. font-size: 12px;
  138. position: fixed;
  139. bottom: 0;
  140. right: 0;
  141. }
  142.  
  143. </style>
  144.  
  145. </head>
  146.  
  147. <body>
  148.  
  149. <div id="all">
  150.  
  151. <div id="container">
  152.  
  153. <div id="header">
  154.  
  155. <h1>title here</h1>
  156.  
  157. <h2>sub-heading here</h2>
  158.  
  159. <div id="nav">
  160. <ul>
  161. <li><a href="URL HERE">home</a></li>
  162. <li><a href="URL HERE">about</a></li>
  163. <li><a href="URL HERE">gallery</a></li>
  164. <li><a href="URL HERE">blog</a></li>
  165. <li><a href="URL HERE">other</a></li>
  166. <li><a href="URL HERE">links</a></li>
  167. </ul>
  168. </div>
  169.  
  170. </div>
  171.  
  172. <div id="content">
  173.  
  174. <!-- REPLACE CONTENT BELOW WITH YOUR OWN -->
  175.  
  176. <h2>header here</h2>
  177.  
  178. <p><b>Sed ac diam ipsum</b>. <i>Sed semper tellus orci, sit amet tincidunt nunc</i> gravida quis. Quisque <s>sollicitudin euismod</s> facilisis. Fusce id lorem non sem blandit ullamcorper sed ullamcorper enim. Etiam sagittis sed lectus sit amet varius. Sed ultricies semper eleifend. In tempus sapien ut tortor fermentum, in euismod quam faucibus.</p>
  179.  
  180. <p>Nulla eu velit odio. Phasellus sollicitudin rhoncus ex, id semper nisi tempor ornare. In non finibus mi. Cras rhoncus molestie placerat. Sed et placerat nunc. Pellentesque aliquet mollis leo, sit amet hendrerit <a href="">lacus fermentum vitae</a>.</p>
  181.  
  182. <!-- the form below is just for show and can't actually submit anything :P -->
  183.  
  184. <div id="form">
  185.  
  186. <form action="/html/tags/html_form_tag_action.cfm" method="post">
  187. <div>
  188. <textarea name="comments" id="comments" style="width:460px;height:100px;background-color:#f8fff0;color:#535c4a;padding:5px;font-family:serif;">
  189. say something!
  190. </textarea>
  191. </div>
  192. <input type="submit" value="Submit" style="background-color:#eefae1;color:#535c4a;border:1px solid #535c4a;font-family:serif;font-size:12px;cursor:pointer;">
  193. </form>
  194.  
  195. <!-- END OF CONTENT -->
  196.  
  197. </div>
  198.  
  199. </div>
  200.  
  201. </div>
  202.  
  203. </div>
  204.  
  205. <div id="credit"><a href="https://repth.neocities.org/index.html">@Repth</a></div>
  206.  
  207. </body>
  208.  
  209. </html>
  210.  
  211.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement