Advertisement
CrispinAsheYA

Simple Box

Dec 1st, 2022 (edited)
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.50 KB | Source Code | 0 0
  1. <!-------------------- PLEASE SEE HERE FOR MY CODE RULES: https://toyhou.se/12931952.bonus-content/17036656.-06-code-rules --------------------
  2.  
  3. Version 1
  4.  
  5. Default Colours
  6. -Brown Borders: #573100
  7. -Cream Background: #E7BC91
  8. -Text-Black: #000000
  9. -Text-White: #FFFFFF
  10. fas fa-feather-pointed
  11.  
  12. Quick Changes:
  13. (Highlight These and press ctrl+F to change commonly-changed information quickly!)
  14. [BACKGROUNDIMAGE]              [Replace with Image URL]
  15. [TITLE]
  16. [SUBHEADING1]
  17. [TEXT1]
  18. [SUBHEADING2]
  19. [TEXT2]
  20.  
  21. Thank you for reading!
  22. Crispin
  23.  
  24. -->
  25.  
  26. <!---------------------------------------------------------  START BACKGROUND --------------------------------------------------------->
  27.  
  28. <!-- The Background image! -->
  29. <div style="background-image:url([BACKGROUNDIMAGE]); background-size:cover; background-position:top-center; overflow:auto;" class="card-block">
  30.    
  31.   <!---------------------------------------------------------  END BACKGROUND --------------------------------------------------------->
  32.  
  33.   <!-- This centers the code. There's no reason for you to touch this. Color & Style here sets #5C4F47 as the default colour and Comic Sans as the default Font. -->
  34.   <div class="mx-auto py-5" style="max-width:1000px; color:#5C4F47; font-family:'comic sans ms';">
  35.    
  36.     <!----------------------------------------------------------- START INFO ------------------------------------------------------------>
  37.      
  38.     <div class="card col-12" style="height:735px; font-family:'comic sans ms'; color:#573100; background:#E7BC91; border:6px #573100 solid; border-radius:0px;"> <!-- Sets up The Main Code -->
  39.      
  40.       <!------ START HEADER ------>
  41.       <div class="row card-header py-2 px-4" style="font-size:2rem; color:#FFFFFF; font-family:'comic sans ms'; background-color:#573100; border:1px #573100 solid; border-radius:0px;">
  42.         <span class="pull-left"><a href="https://toyhou.se/19079845.simple-box" data-toggle="tooltip" title="Code by: TomcatCodes / CrispinAsheYA" data-original-title="Code by: TomcatCodes / CrispinAsheYA"><span style="color:#FFFFFF;"><i class="fas fa-feather-pointed"></i></span></a> [TITLE]</span>
  43.       </div>
  44.       <!------ END HEADER ------>
  45.      
  46.       <!---------------------------------------------------------- START SECTION ----------------------------------------------------------->
  47.      
  48.       <div class="card-body p-3 table-responsive" style="max-height:675px; color:#000000;"> <!-- Start Text Area -->
  49.        
  50.         <!------ START SECTION 1 ------>
  51.         <span style="font-size:1.3rem; color:#573100"> [SUBHEADING1]</span> <!-- Writes Trivia at the top -->
  52.         <hr class="mt-1 mb-2" style="border:1px #573100 dashed;"> <!-- The lil underline beneath Trivia -->
  53.         <p>[TEXT1]</p>
  54.         <p>-</p>
  55.         <!------ END SECTION 1 ------>
  56.        
  57.         <!------ START SECTION 2 ------>
  58.         <span style="font-size:1.3rem; color:#573100"> [SUBHEADING2]</span> <!-- Writes Trivia at the top -->
  59.         <hr class="mt-1 mb-2" style="border:1px #573100 dashed;"> <!-- The lil underline beneath Trivia -->
  60.         <p>[TEXT2]</p>
  61.         <p>-</p>
  62.         <!------ END SECTION 2 ------>
  63.        
  64.         <!------ ADD MORE SECTIONS HERE ------>
  65.        
  66.       </div> <!-- End Text Area -->
  67.      
  68.       <!----------------------------------------------------------- END SECTION ------------------------------------------------------------>
  69.      
  70.     </div> <!-- End The Main Code -->
  71.    
  72.   </div> <!-- End Center-Code -->
  73.  
  74. </div> <!-- End Background -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement