repth

Theme 1

Aug 27th, 2021 (edited)
701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 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>TITLE</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=Itim&display=swap" rel="stylesheet">
  11.  
  12. <style type="text/css">
  13.  
  14. html{
  15. height: 100%;
  16. }
  17.  
  18. body{
  19. background-image: url('https://i.imgur.com/ZozLbWG.jpg');
  20. margin:0;
  21. padding:0;
  22. line-height: 1.5em;
  23. background-color: #B5CEC7;
  24. height: 100%;
  25. overflow-x: hidden;
  26. font-family: 'Itim', cursive;
  27. }
  28.  
  29. a {
  30. text-decoration: none;
  31. color: #FFBAA7;
  32. }
  33.  
  34. a:visited{
  35. color: #FFBAA7;
  36. }
  37.  
  38. a:hover{
  39. color: #CADCD7;
  40. }
  41.  
  42. #maincontainer{
  43. margin: auto;
  44. width: 625px;
  45. margin-top: 15px;
  46. }
  47.  
  48. #sidebar{
  49. float: right;
  50. width: 175px;
  51. }
  52.  
  53. #sidebartop{
  54. background-image: url('https://i.imgur.com/4Htre8x.png'); <!-- sidebar image, 175px radius -->
  55. background-repeat: no-repeat;
  56. background-size: cover;
  57. border: 5px inset #F6FAF9;
  58. border-radius: 100px;
  59. width: 175px;
  60. height: 175px;
  61. margin-bottom: 10px;
  62. }
  63.  
  64. #sidebarbottom{
  65. background-image: url('');
  66. border: 5px inset #F6FAF9;
  67. border-radius: 10px;
  68. width: 175px;
  69. background-color: #fff;
  70. text-align: center;
  71. }
  72.  
  73. #contentcontainer{
  74. background-image: url('');
  75. width: 425px;
  76. border: 5px inset #F6FAF9;
  77. border-radius: 10px;
  78. clear: left;
  79. background-color: #fff;
  80. }
  81.  
  82. #contentheader{
  83. background-color: #cadcd7;
  84. color: #fff;
  85. padding-top: 10px;
  86. padding-bottom: 5px;
  87. padding-left: 10px;
  88. padding-right: 10px;
  89. border-radius: 5px 5px 0px 0px;
  90. text-align: left;
  91. border-bottom: 1px solid #A3A6A5;
  92. }
  93.  
  94. #contentheader h1{
  95. font-size: 35px;
  96. margin: 0px;
  97. }
  98.  
  99. #contentheader h5{
  100. margin: 0px;
  101. }
  102.  
  103. #sidebarheader{
  104. background-color: #cadcd7;
  105. color: #fff;
  106. padding-top: 10px;
  107. padding-bottom: 13px;
  108. padding-left: 10px;
  109. padding-right: 10px;
  110. border-radius: 5px 5px 0px 0px;
  111. text-align: center;
  112. border-bottom: 1px solid #A3A6A5;
  113. }
  114.  
  115. #sidebarheader h1{
  116. margin: 0px;
  117. }
  118.  
  119. ul li{
  120. background-image: url('https://i.imgur.com/RHBlH2G.gif');
  121. background-repeat: no-repeat;
  122. padding-left: 25px;
  123. font-size: 25px;
  124. line-height: 25px;
  125. text-align: left;
  126. list-style: none;
  127. font-weight: bold;
  128. }
  129.  
  130. #list{
  131. margin: 0 auto;
  132. }
  133.  
  134. #content{
  135. padding: 15px;
  136. color: #7f8382;
  137. }
  138.  
  139. ::-webkit-scrollbar {
  140. width: 12px;
  141. height: 12px;
  142. }
  143.  
  144. ::-webkit-scrollbar-track {
  145. width: 2px;
  146. background-color: #fff;
  147. }
  148.  
  149. ::-webkit-scrollbar-thumb {
  150. background-color: #b5cec7;
  151. }
  152.  
  153. ::-webkit-scrollbar-thumb:hover {
  154.  
  155. }
  156.  
  157. </style>
  158.  
  159.  
  160. </head>
  161. <body>
  162. <div id="maincontainer">
  163.  
  164.  
  165. <div id="sidebar">
  166.  
  167. <div id="sidebartop">
  168. </div>
  169.  
  170. <div id="sidebarbottom">
  171.  
  172. <div id="sidebarheader">
  173.  
  174. <h1>Navigate</h1>
  175.  
  176. </div>
  177.  
  178. <div id="list">
  179. <ul>
  180. <li><a href="">Home</a></li>
  181. <li><a href="">About</a></li>
  182. <li><a href="">Blog</a></li>
  183. <li><a href="">Misc</a></li>
  184. <li><a href="">Idk</a></li>
  185. </ul>
  186. </div>
  187.  
  188. <div id="sidebarmisc">
  189. <img src="https://i.imgur.com/YHtkjs0.gif"><img>
  190. </div>
  191.  
  192. </div>
  193.  
  194. </div>
  195.  
  196. <div id="contentcontainer">
  197.  
  198. <div id="contentheader">
  199. <h1>Welcome</h1>
  200. <h5>sub header</h5>
  201. </div>
  202.  
  203. <div id="content">
  204. <h1 style="margin:0px;color:#FFBAA7">This is a header</h1>
  205. <p>In hac habitasse platea dictumst. Phasellus condimentum aliquet lorem eget blandit. Curabitur vestibulum dolor neque, et egestas diam feugiat eu. Integer tempus pellentesque tempus. Vestibulum facilisis id ligula a condimentum. Etiam ac neque vehicula, hendrerit nisi at, varius ipsum. Duis blandit purus vitae dictum dapibus.</p>
  206.  
  207. <img src="https://i.imgur.com/lRJj5OV.gif" style="display:block;margin:0 auto"><img>
  208. <p style="margin:0px;text-align:center">here's an image</p>
  209. <h3 style="margin-bottom:0;color:#FFBAA7">More header</h3>
  210. <p style="margin:0px">Etiam ac neque vehicula, hendrerit nisi at, varius ipsum. Duis blandit purus vitae dictum dapibus. Phasellus condimentum aliquet lorem eget blandit.</p>
  211. </div>
  212.  
  213. </div>
  214.  
  215. </div>
  216.  
  217. </body>
  218. </html>
Advertisement
Add Comment
Please, Sign In to add comment