Advertisement
CrispinAsheYA

Coder's Description (Bootstrap)

Jan 14th, 2025 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.07 KB | Source Code | 0 0
  1. <!----------- START TOP SECTION ----------->
  2. <div class="col-12 p-0 bg-faded text-center" style="border:#000000 4px solid;">
  3.  
  4.   <!----------- Start Description Box ----------->
  5.   <div class="card m-0 p-3 justify-content-center rounded-0" style="border:#000000 4px solid;">
  6.     <p class="display-4 text-center text-primary" style="letter-spacing:2px;">TITLE</p>
  7.     <div class="row">
  8.      
  9.       <!----------- Start Link Buttons ----------->
  10.       <div class="col-12 col-lg-6">
  11.         <h1 class="text-uppercase text-primary text-center">SOURCE-CODE</h1>
  12.         <div class="col-12 mb-2 pb-3 p-0 text-center">
  13.           <div class="col-12 row no-gutters">
  14.            
  15.             <!--- First two are primary coloured and are implied to have content when clicked -->
  16.             <a class="btn btn-block btn-primary nav-link mx-2 my-1 border-0 rounded-0" href="???">Bootstrap</a>
  17.             <a class="btn btn-block btn-primary nav-link mx-2 my-1 border-0 rounded-0" href="???">Custom Colours</a>
  18.            
  19.             <!--- This button is primary-outlined coloured and is implied to not have content when clicked -->
  20.             <a class="btn btn-block btn-outline-primary nav-link mx-2 my-1 rounded-0" href="???">Bootstrap With Highlight</a>
  21.           </div>
  22.         </div>
  23.       </div>
  24.       <!----------- End Link Buttons ----------->
  25.      
  26.       <!----------- Start Code Description ----------->
  27.       <div class="col-12 col-lg-6">
  28.         <h1 class="text-uppercase text-primary text-center">ABOUT</h1>
  29.         <div class="col-12 row mb-2 pb-3 p-0 text-center">
  30.           <div class="col-12 m-2">
  31.             <p>Hi! This template is LITERALLY the template for the new thing I'm putting at the top of all my codes. I make everything I use, so if you wanna get into coding and don't wanna code your own "get my codes and links and stuff" thing, then here you go!</p>
  32.             <p>LATEST VERSION: 1.0</p>
  33.             <p><a href="#">CHARACTER USED: JOE BLOGGS</a></p>
  34.           </div>
  35.         </div>
  36.       </div>
  37.       <!----------- End Code Description ----------->
  38.      
  39.     </div>
  40.     <a href="https://toyhou.se/31126817.coders-description" data-toggle="tooltip" title="Top-Section Code By: TomcatCodes / CrispinAsheYA"><i class="fas fa-code"></i></a>
  41.   </div>
  42.   <!----------- End Description Box ----------->
  43.  
  44.   <!----------- Start Tab Buttons ----------->
  45.   <div class="col-12 m-0 p-0" style="position:sticky;top:0px;z-index:100;">
  46.     <div class="col-12 p-0 m-0 text-center">
  47.       <ul class="nav nav-tabs card-header-tabs text-center row p-0 m-0">
  48.         <li class="col-4 bg-primary nav-item p-0 m-0"><a class="nav-link px-0 text-white rounded-0" data-toggle="tab" href="#BS" style="border:#000000 4px solid; border-radius:0px;">Bootstrap</a></li>
  49.         <li class="col-4 bg-primary nav-item p-0 m-0"><a class="nav-link px-0 text-white rounded-0" data-toggle="tab" href="#CC" style="border:#000000 4px solid; border-radius:0px;">Custom Colours</a></li>
  50.         <li class="col-4 bg-primary nav-item p-0 m-0"><a class="nav-link px-0 text-white rounded-0" data-toggle="tab" href="#BSWH" style="border:#000000 4px solid; border-radius:0px;">Bootstrap With Highlight</a></li>
  51.       </ul>
  52.     </div>
  53.   </div>
  54.   <!----------- End Tab Buttons ----------->
  55.  
  56. </div>
  57. <!----------- END TOP SECTION ----------->
  58.  
  59. <!--- SEPERATOR --->
  60. <div class="card bg-transparent mt-2 rounded-0" style="height:10px; width:100%; border-style:double; border-width:8px; border-left:none; border-right:none;"></div>
  61.  
  62.  
  63. <!----------- START WHERE YOU PUT YOUR SOURCE CODES ----------->
  64. <!--- (NOTE: This section is specifically not indented as to make copying and pasting codes with accurate indents easier) --->
  65.  
  66. <div class="tab-content">
  67.  
  68. <!------- BS GO HERE ------->
  69. <div class="tab-pane active show py-3" id="BS">
  70.  
  71. Bootstrap
  72.  
  73. </div>
  74.  
  75. <!------- CC GO HERE ------->
  76. <div class="tab-pane fade py-3" id="CC">
  77.  
  78. Custom Col
  79.  
  80. </div>
  81.  
  82. <!------- BSWH GO HERE ------->
  83. <div class="tab-pane fade py-3" id="BSWH">
  84.  
  85. BSWH
  86.  
  87. </div>
  88. </div>
  89. <!----------- END WHERE YOU PUT YOUR SOURCE CODES ----------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement