recarmdra

Beastly Template

Sep 15th, 2025
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <style>
  6.  
  7. /* "BEASTLY V.1.0" Template, send any questions to [email protected]! Powered by long bass guitar solos. */
  8.  
  9. /* Style body and background here.
  10. Background displays on the left */
  11. body {
  12. padding:0;
  13. padding-right:0px;
  14. margin:0;
  15. background: black;
  16. background-image: url('BACKGROUND URL');
  17. background-repeat: no-repeat;
  18. background-attachment: fixed;
  19. background-size: contain;
  20. font-family: "ms ui gothic";
  21. font-size:16px;
  22. }
  23.  
  24. /* This wraps around .text and makes it so the background is black. I just realized while typing this that I could've just done background-color. I may be stupid!
  25. At least with this weird mess you can set a border I guess...? */
  26. .container {
  27. padding: 0px;
  28. margin: 0px;
  29. vertical-align: top;
  30. margin-left: auto;
  31. margin-right: 0;
  32. text-align: right;
  33. background: black;
  34. color: white;
  35. max-width: 1393px;
  36. }
  37.  
  38. /* You can change the look of the main text here.
  39. This is for setting the width of the text area. */
  40. .text {
  41. padding: 0px;
  42. margin: 0px;
  43. vertical-align: top;
  44. text-align: left;
  45. background: black;
  46. color: white;
  47. max-width: 700px;
  48. }
  49.  
  50. /* Changes the .title text. */
  51. .title {
  52. color: rgba(223, 0, 43, 1);
  53. font-family: "Mael";
  54. font-size: 80px;
  55. }
  56.  
  57. /* Changes the look of the div that contains the links.
  58. The background is a gradient, you can change it here.*/
  59. .navDiv {
  60. margin: 0px;
  61. padding: 0px;
  62. background: #600010;
  63. background: linear-gradient(360deg,rgba(96, 0, 16, 1) 45%, rgba(223, 0, 43, 1) 90%);
  64. text-align: center;
  65. border-radius: 30px;
  66. padding-bottom: -20px;
  67. }
  68.  
  69. /* Changes the look of visited links */
  70. a:visited {
  71. color: #f9d73b;
  72. background-color: transparent;
  73. text-decoration: underline;
  74. font-weight: bold;
  75. }
  76.  
  77. /* Changes the look of links. */
  78. a:link {
  79. color: #f9d73b;
  80. background-color: transparent;
  81. text-decoration: underline;
  82. font-weight: bold;
  83. }
  84.  
  85. /* Style h2 here. */
  86. h2 {
  87. font-size:18px;
  88. font-family:"ms gothic";
  89. padding-left: 20px;
  90. color: rgba(223, 0, 43, 1);
  91. }
  92.  
  93. /* Style paragraphs here. */
  94. p {
  95. padding-left: 10px;
  96. padding-right: 10px;
  97. }
  98.  
  99. /* You can add custom fonts here.
  100. "font-family" is the name you denote to your font, it can be anything, it doesn't have to match the file name.
  101. I recommend placing the font in a font sub-folder on your NeoCities dashboard. */
  102. @font-face {
  103. font-family: "CUSTOM FONT";
  104. src: url(FONT URL);
  105. }
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. </style>
  113. <meta charset="UTF-8">
  114. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  115. <title>TITLE</title>
  116. <link rel="icon" type="image/x-icon" href="FAVICON URL">
  117. </head>
  118.  
  119.  
  120. <div class="container">
  121.  
  122. <center>
  123.  
  124. <div class="text">
  125.  
  126. <br>
  127.  
  128. <div class="title"> TITLE </div>
  129.  
  130. <div class="navDiv">
  131. <nav>
  132. LINK 1 ✧ LINK 2 ✧ LINK 3✧ LINK 4 ✧ LINK 5 ✧ LINK 6 ✧ LINK 7 ✧ LINK 8
  133. </nav>
  134.  
  135. </div>
  136.  
  137. <br>
  138.  
  139.  
  140.  
  141. <p style="text-align: center"> Template by <a href="https://recarmdra.neocities.org/">recarmdra</a>. </p>
  142.  
  143. <br>
  144.  
  145.  
  146.  
  147.  
  148.  
  149. </div>
  150.  
  151. </center>
  152.  
  153. </div>
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. </body>
  163. </html>
Advertisement
Add Comment
Please, Sign In to add comment