repth

Theme 28

Nov 22nd, 2021 (edited)
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 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 28</title>
  7.  
  8. <link rel="preconnect" href="https://fonts.googleapis.com">
  9. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  10. <link href="https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap" rel="stylesheet">
  11.  
  12. <link rel="preconnect" href="https://fonts.googleapis.com">
  13. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  14. <link href="https://fonts.googleapis.com/css2?family=Mate+SC&display=swap" rel="stylesheet">
  15.  
  16. <style>
  17.  
  18. body{
  19. background-color: #C4A47A;
  20. font-family: 'Noto Serif', serif;
  21. }
  22.  
  23. #all{
  24. width: 500px;
  25. position: absolute;
  26. left: 8%;
  27. top: 5%;
  28. }
  29.  
  30. #header{
  31. border: 10px solid #7e644a;
  32. height: 140px;
  33. width: 461px;
  34. background-image: url('https://i.imgur.com/RWA9vyH.png');
  35. position: relative;
  36. padding: 10px;
  37. }
  38.  
  39. #header h1{
  40. position: absolute;
  41. line-height: 100px;
  42. left: 40px;
  43. font-weight: normal;
  44. letter-spacing: 2px;
  45. text-transform: uppercase;
  46. font-size: 27px;
  47. font-family: 'Mate SC', serif;
  48. text-shadow: 0px 0px 10px #cacda1;
  49. color: #9d8974;
  50. }
  51.  
  52. #headerborder{
  53. width: 451px;
  54. height: 129px;
  55. border: 5px solid #7e644a;
  56. opacity: 0.7;
  57. }
  58.  
  59. #nav{
  60. padding: 5px;
  61. width: 490px;
  62. text-align: center;
  63. letter-spacing: 2px;
  64. font-size: 14px;
  65. text-transform: uppercase;
  66. }
  67.  
  68. #box{
  69. background-color: #fff;
  70. width: 460px;
  71. border: 10px solid #7e644a;
  72. padding: 10px;
  73. }
  74.  
  75. #boxborder{
  76. width: 420px;
  77. border: 5px solid #a3907e;
  78. padding: 15px;
  79. text-align: justify;
  80. font-size: 13px;
  81. letter-spacing: 0px;
  82. color: #524333;
  83. }
  84.  
  85. #boxborder h2{
  86. font-weight: normal;
  87. letter-spacing: 1px;
  88. font-size: 15px;
  89. text-transform: uppercase;
  90. margin: 0px;
  91. background-image: linear-gradient(to right, #bfc291 , #fff);
  92. padding-left: 2px;
  93. color: #fff;
  94. }
  95.  
  96. #nav a{
  97. color: #fff;
  98. text-decoration: none;
  99. }
  100.  
  101. #nav a:hover{
  102. color: #e0e599;
  103. }
  104.  
  105. a{
  106. color: #afb27f;
  107. text-decoration: none;
  108. }
  109.  
  110. a:hover{
  111. color: #7e644a;
  112. }
  113.  
  114. ::-webkit-scrollbar{
  115. width: 8px;
  116. }
  117.  
  118. ::-webkit-scrollbar-track{
  119. background-color: transparent;
  120. }
  121.  
  122. ::-webkit-scrollbar-thumb{
  123. background-color: #7e644a;
  124. }
  125.  
  126. #credit{
  127. font-size: 12px;
  128. position: fixed;
  129. bottom: 0;
  130. right: 0;
  131. }
  132.  
  133. #credit a{
  134. color: #fff;
  135. text-decoration: none;
  136. }
  137.  
  138. #credit a:hover{
  139. color: #e0e599;
  140. }
  141.  
  142. </style>
  143.  
  144. </head>
  145.  
  146. <body>
  147.  
  148. <div id="all">
  149.  
  150. <div id="header">
  151.  
  152. <h1>title here</h1>
  153. <div id="headerborder"></div>
  154.  
  155. </div>
  156.  
  157. <div id="nav">
  158. <a href="">home</a>
  159. <a href="">about</a>
  160. <a href="">gallery</a>
  161. <a href="">blog</a>
  162. <a href="">links</a>
  163. <a href="">follow</a>
  164. <a href="">other</a>
  165. </div>
  166.  
  167. <div id="box">
  168.  
  169. <div id="boxborder">
  170.  
  171. <h2>header here</h2>
  172.  
  173. <p><b>Lorem ipsum dolor</b> <i>sit amet, consectetur</i> <u>adipiscing elit. Quisque</u> ultrices neque id ex aliquam pharetra. Nulla turpis ligula, molestie in rutrum vehicula, varius ut nisi. Mauris ac enim arcu. Aliquam consequat nisi vitae nisl egestas, non fringilla nisl pellentesque.</p>
  174.  
  175. <p><a href="">Aliquam erat</a> volutpat. Cras id gravida justo, sit amet blandit ipsum. Quisque ut ante non felis faucibus elementum. Nunc auctor vel turpis quis pharetra. Etiam sit amet feugiat nisi. Sed eu efficitur tellus.</p>
  176.  
  177. <p>Fusce dapibus pretium tortor sed molestie. Maecenas in ligula vitae eros rhoncus lacinia. Mauris congue urna id sagittis tempus. Curabitur vel pharetra eros. Sed pellentesque ligula eget rhoncus mollis.</p>
  178.  
  179. <h2>header here</h2>
  180.  
  181. <p>Proin nec nisi mauris. Cras dictum ac tellus dictum varius. Curabitur euismod elementum neque quis facilisis. Etiam posuere nisi ac faucibus efficitur. Pellentesque ut lectus erat.</p>
  182.  
  183. <p>Sed gravida dui ut convallis tincidunt. Nunc eget accumsan justo, in pulvinar purus. Ut leo elit, pharetra tempus diam bibendum, aliquam rutrum libero. Nulla dapibus auctor quam non rutrum.</p>
  184.  
  185. <img style="width:420px;display:block;margin:0 auto;opacity:0.9" src="https://i.imgur.com/z58ZAyQ.jpg">
  186.  
  187. </div>
  188.  
  189. </div>
  190.  
  191. </div>
  192.  
  193. <div id="credit"><a href="https://repth.neocities.org/index.html">©repth</a></div>
  194.  
  195. </body>
  196.  
  197. </html>
Advertisement
Add Comment
Please, Sign In to add comment