Advertisement
repth

Theme 10

Sep 12th, 2021
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 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 10</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=VT323&display=swap" rel="stylesheet">
  11.  
  12. <style>
  13. html{
  14. }
  15.  
  16. body{
  17. background-image: url('https://i.imgur.com/H3Lk5bM.gif');
  18. background-size:;
  19. background-color: #fff;
  20. font-family: 'VT323', sans-serif;
  21. font-size: 24px;
  22. }
  23.  
  24. #container{
  25. width: 800px;
  26. }
  27.  
  28. #side{
  29. float: right;
  30. width: 200px;
  31. background-color: #fff;
  32. text-align: center;
  33. border-radius: 10px;
  34. border: 1px solid #4f5561;
  35. padding-bottom: 15px;
  36. }
  37.  
  38. #sidecontent{
  39. padding: 15px;
  40. font-size: 30px;
  41. margin: 0px 15px 15px 15px;
  42. border-bottom: 5px dotted #858d9c;
  43. }
  44.  
  45. #side ul, li{
  46. padding-left: 0px;
  47. list-style-type: none;
  48. margin: 0px;
  49. }
  50.  
  51. #sideheader{
  52. border-bottom: 1px solid #4f5561;
  53. border-radius: 10px 10px 0px 0px;
  54. background-image: linear-gradient(to right, rgba(198, 211, 240, 1), rgba(198, 211, 240, 0));
  55. text-shadow: 1px 1px 5px #858d9c;
  56. padding: 5px;
  57. color: #fff;
  58. }
  59.  
  60. #sideheader h1{
  61. margin: 0px;
  62. }
  63.  
  64. a{
  65. text-decoration: none;
  66. color: #f3a4a2;
  67. }
  68.  
  69. a:visited{
  70. color: #f3a4a2;
  71. }
  72.  
  73. a:hover{
  74. color: #858d9c;
  75. }
  76.  
  77. #sidemisc{
  78. text-align: center;
  79. color: #858d9c;
  80. }
  81.  
  82. #scrollbox{
  83. border: 1px solid #4f5561;
  84. text-align: center;
  85. color: #858d9c;
  86. width: 120px;
  87. height: 110px;
  88. margin: 0 auto;
  89. padding: 10px;
  90. overflow: scroll;
  91. overflow-x: hidden;
  92. }
  93.  
  94. #main{
  95. width: 590px;
  96. clear: left;
  97. background-color: #fff;
  98. border-radius: 10px;
  99. border: 1px solid #4f5561;
  100. margin-bottom: 7px;
  101. }
  102.  
  103. #header{
  104. border-bottom: 1px solid #4f5561;
  105. border-radius: 10px 10px 0px 0px;
  106. background-image: linear-gradient(to right, rgba(198, 211, 240, 1), rgba(198, 211, 240, 0));
  107. text-shadow: 1px 1px 5px #858d9c;
  108. color: #fff;
  109. padding: 5px;
  110. }
  111.  
  112. #header h1{
  113. margin: 0px;
  114. }
  115.  
  116. #content{
  117. padding: 15px;
  118. color: #858d9c;
  119. }
  120.  
  121. #content h2{
  122. margin: 0px;
  123. }
  124.  
  125. #content p{
  126. font-size: 24px;
  127. }
  128.  
  129. #footer{
  130. clear: both;
  131. background-color: #fff;
  132. border: 1px solid #4f5561;
  133. padding: 5px;
  134. border-radius: 10px;
  135. font-size: 14px;
  136. background-image: linear-gradient(to right, rgba(198, 211, 240, 1), rgba(198, 211, 240, 0));
  137. }
  138.  
  139. #footer p{
  140. margin: 0px;
  141. }
  142.  
  143. #credit{
  144. font-size: 15px;
  145. position: fixed;
  146. bottom: 0;
  147. right: 0;
  148. }
  149.  
  150. </style>
  151.  
  152. </head>
  153.  
  154. <body>
  155.  
  156. <div id="container">
  157.  
  158. <div id="side"><!-- SIDEBAR -->
  159.  
  160. <div id="sideheader"><h1>Nav</h1></div>
  161.  
  162. <div id="sidecontent"><!-- LINKS -->
  163. <ul>
  164. <li><a href="URL HERE">Home</a></li>
  165. <li><a href="URL HERE">Profile</a></li>
  166. <li><a href="URL HERE">Themes</a></li>
  167. <li><a href="URL HERE">Journal</a></li>
  168. </ul>
  169. </div><!-- END LINKS -->
  170.  
  171. <div id="sidemisc">
  172.  
  173. <div id="scrollbox">
  174. <p style="margin:0px;">Hello</p>
  175. <img src="https://i.imgur.com/qAef7LL.png"><img>
  176. <img src="https://i.imgur.com/R0BIiHi.gif"><img>
  177. <img src="https://i.imgur.com/gdv6WS2.png"><img>
  178. </div>
  179.  
  180. <img src="https://i.imgur.com/YHtkjs0.gif" style="width:47%;margin-top:10px;"><img>
  181.  
  182. </div>
  183. </div><!-- end of sidebar -->
  184.  
  185. <div id="main">
  186.  
  187. <div id="header"><h1>Welcome</h1></div>
  188.  
  189. <div id="content"><!-- Replace with your content below -->
  190. <h2>Header</h2>
  191. <p style="clear:left;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque maximus risus dolor. Fusce tellus nunc, pretium ut fermentum eu, blandit quis turpis.
  192.  
  193. <img src="https://i.imgur.com/yHFqjSJ.gif" style="float:right;margin:10px;"><img>
  194.  
  195. Etiam molestie urna ac fermentum pharetra. Morbi facilisis sodales diam eu euismod.
  196. Interdum et malesuada fames ac ante ipsum primis in faucibus. Quisque vel sapien eros. Curabitur dictum ut libero laoreet cursus. Donec tincidunt viverra mi, id dapibus dui consequat sit amet.</p>
  197.  
  198. <p>Duis aliquam sem ac elit mollis luctus. Mauris eget sollicitudin nibh. Donec luctus ex eget dolor pulvinar cursus. Aliquam sem turpis, iaculis a ex a, mattis aliquam sapien. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dolor magna, ullamcorper vel elit at, venenatis ullamcorper dui. Nam posuere leo a convallis ultricies. id dapibus dui consequat sit amet.</p>
  199.  
  200. <!--end content -->
  201. </div>
  202.  
  203.  
  204. </div>
  205.  
  206. <div id="footer"><p>footer 2021</p></div>
  207.  
  208. </div>
  209.  
  210. <div id="credit"><a href="https://repth.neocities.org/index.html">@Repth</a></div>
  211.  
  212. </body>
  213.  
  214. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement