recarmdra

Pomp and Circumstance Template

Sep 13th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5.  
  6.  
  7. <style>
  8.  
  9. /* Pomp and Circumstance V.1.0 Template, send any questions to [email protected]! Powered by yerba mate and autism. */
  10.  
  11.  
  12. /* Changes to .grid style reflect across both main and side
  13. IE if you change the background-color to white both main and side will have white backgrounds */
  14. .grid {
  15. display: grid;
  16. background-color: #fff6f9;
  17. max-width: 1200px;
  18. color: #d62b3d;
  19. grid-template-columns: repeat(5, 1fr);
  20. grid-template-rows: repeat(1, 1fr);
  21. gap: 0px;
  22. }
  23.  
  24. /* Changes to main style will reflect only on main not on side
  25. Has a border-right property be half of the border property so together main and side look like they only have one border
  26. Scrollbar color and width can be changed here */
  27. .main {
  28. grid-area: 1 / 1 / 2 / 5;
  29. padding: 0px;
  30. margin: 0px;
  31. border: 6px solid #f8c7dd;
  32. border-right: 3px solid #f8c7dd;
  33. text-align: left;
  34. font-family: "ms ui gothic";
  35. font-size:16px;
  36. max-height: 785px;
  37. overflow-y: scroll;
  38. scrollbar-color: #efc815 #d62b3d;
  39. scrollbar-width: thin;
  40. }
  41.  
  42. /* Same as the above */
  43. .side {
  44. grid-area: 1 / 5 / 2 / 6;
  45. padding: 0px;
  46. padding-top: 6px;
  47. margin: 0px;
  48. font-family: "ms ui gothic";
  49. font-size: 18px;
  50. border: 6px solid #f8c7dd;
  51. border-left: 3px solid #f8c7dd;
  52. text-align: left;
  53. }
  54.  
  55. /* Changes the text at the top of the page
  56. displayed on top of grid */
  57. .title {
  58. max-width: 1200px;
  59. color: #f8c7dd;
  60. font-family: "ms gothic";
  61. font-size: 80px;
  62. margin: 0;
  63. padding: 0;
  64. margin-bottom: -20px;
  65. text-align: left;
  66. }
  67.  
  68. /* Change link colors */
  69. a:link {
  70. color: #efc815;
  71. background-color: transparent;
  72. text-decoration: underline;
  73. }
  74.  
  75. /* Change link colors on already visited links */
  76. a:visited {
  77. color: #efc815;
  78. background-color: transparent;
  79. text-decoration: underline;
  80. }
  81.  
  82. /* This media query is responsible for making the website functional on mobile
  83. At 600px of less side will display below main */
  84. @media only screen and (max-width: 600px) {
  85. .main {grid-area: 1 / span 5;}
  86. .side {grid-area: 2 / span 5;}
  87. }
  88.  
  89. /* Body properties
  90. I did most of this on grid instead of body
  91. so this is only here for the background and to remove excess padding and margins */
  92. body {background-image: url('BACKGROUND URL');
  93. background-repeat: no-repeat;
  94. background-attachment: fixed;
  95. background-size: cover;
  96. margin: 0;
  97. padding: 0;
  98. }
  99.  
  100. /* This is what makes the icon displayed on side have rounded corners */
  101. .icon {
  102. border-radius: 50px;
  103. }
  104.  
  105. /* A div that is the same color as the border
  106. I called it navigation but it can be called anything else */
  107. .navigation {
  108. margin: 0;
  109. padding-left: -10px
  110. padding-right: -10px
  111. padding: 0;
  112. font-family: "ms gothic";
  113. background-color: #2ca5dd
  114. }
  115.  
  116. /* This makes the randomText display properly */
  117. .randomText {
  118. font-size:25px;
  119. font-family:"ms gothic";
  120. font-weight: bold;
  121. }
  122.  
  123. /* Change the bullet points for ul here */
  124. ul {
  125. padding-left: 30px;
  126. list-style-type:"★";
  127. }
  128.  
  129. /* Style h1 here */
  130. h1 {
  131. font-size:25px;
  132. font-family:"ms gothic";
  133. }
  134.  
  135. /* Style h2 here */
  136. h2 {
  137. font-size:18px;
  138. font-family:"ms gothic";
  139. padding: 10px;
  140. margin-top: -20px;
  141. }
  142.  
  143.  
  144. </style>
  145. <meta charset="UTF-8">
  146. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  147. <title>TITLE</title>
  148. <link rel="icon" type="image/x-icon" href="FAVICON URL">
  149. </head>
  150.  
  151. <body style="background-color:white;">
  152.  
  153.  
  154. <center>
  155.  
  156. <div class="title">TITLE</div>
  157.  
  158. <div class="grid">
  159. <div class="main">
  160.  
  161. <center><strong><h1>SECONDARY TITLE</h1></strong></center>
  162. <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
  163. </div>
  164.  
  165. <div class="side">
  166. <center><img class= "icon" src="ICON URL" style="max-width:95%;height:auto;">
  167.  
  168. <h1> LINKS </h1></center>
  169.  
  170. <nav>
  171. <ul>
  172. <li>LINK 1</li>
  173. <li>LINK 2</li>
  174. <li>LINK 3</li>
  175. <li>LINK 4</li>
  176. <li>LINK 5</li>
  177. <li>LINK 6</li>
  178. <li>LINK 7</li>
  179. </ul>
  180. </nav>
  181.  
  182. <br>
  183. <br>
  184. <br>
  185. <br>
  186. <br>
  187. <br>
  188. <br>
  189. <br>
  190. <br>
  191. <br>
  192. <br>
  193. <br>
  194.  
  195. <center><p style="font-size: 16px;"> Template by <a href="https://recarmdra.neocities.org/">recarmdra</a></p></center>
  196.  
  197.  
  198. </div>
  199. </div>
  200. </center>
  201. </body>
  202. </html>
Advertisement
Add Comment
Please, Sign In to add comment