Advertisement
CrispinAsheYA

Vortex (Bootstrap)

Jan 15th, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 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: 2.0
  4.  
  5. Default Colours
  6. -Text White: #FFFFFF
  7. -Border Black: #000000
  8.  
  9. Thank you for reading!
  10. Crispin
  11.  
  12. -->
  13.  
  14. <!------------------------------- START ACTUAL CODE -------------------------------->
  15. <div class="col-8 mx-auto text-white" style="font-size:1rem; font-family:'comic sans ms'; border:none;">
  16.  
  17. <!------------------------------- START HEADING -------------------------------->
  18. <div class="col-12 p-0" style="border:#000000 8px solid; border-bottom:none;">
  19. <div class="card rounded-0" style="background:url(https://media1.giphy.com/media/GnZWKVxPyPtIjUMS3Z/giphy.gif?cid=ecf05e478i0vhcmnerltiwmyt57x21cti56fk8a7kukowqi0&rid=giphy.gif&ct=g); background-position:center; background-size:cover; border:none;"><p class="justify-content-center display-4 m-1 p-3" style="color:#FFFFFF; background:rgba(0,0,0,0.7);">Little-To-No Info Card</p></div>
  20. </div>
  21. <!------------------------------- END HEADING -------------------------------->
  22.  
  23. <!------------------------------- START MIDDLE SECTION -------------------------------->
  24. <div class="mx-auto p-0 row" style="border:#000000 4px solid;">
  25.  
  26. <div class="col-12 bg-faded p-0" style="border:none;">
  27.  
  28. <div class="tab-content" style="height:500px; border:#000000 4px solid;"><!-- Sets up Tabs -->
  29.  
  30. <!------------------------------- START SECTION -------------------------------->
  31. <div class="card-body p-3 table-responsive text-center" style="max-height:500px;"><!-- Sets Up Section -->
  32.  
  33. <!------ START TEXT ------>
  34. <span class="text-primary" style="font-size:1.4rem;"> Character Created: (HH:MM) DD.MM.YY</span>
  35. <p>-</p>
  36. <span class="text-primary" style="font-size:1.4rem;"> History</span>
  37. <p>???</p>
  38. <!------ END TEXT ------>
  39.  
  40. </div><!--End Section Set-Up-->
  41. <!------------------------------- END SECTION -------------------------------->
  42.  
  43. </div>
  44.  
  45. </div>
  46. <!------------------------------- END MIDDLE SECTION -------------------------------->
  47.  
  48. <!------------------------------- START CREDITS -------------------------------->
  49. <div class="col-12 bg-primary py-3 text-center" style="border:#000000 4px solid;">
  50. <a href="https://toyhou.se/16006417.overlay" data-toggle="tooltip" title="Header Code Frankensteined From: CuckooHoopoe" data-original-title="Header Code Frankensteined From: CuckooHoopoe" style="color:#FFFFFF; font-size:1.4rem;"><i class="fas fa-galaxy"></i></a>
  51. <a href="https://toyhou.se/18652345.vortex" data-toggle="tooltip" title="Code by: TomcatCodes / CrispinAsheYA" data-original-title="Code by: TomcatCodes / CrispinAsheYA" style="color:#FFFFFF; font-size:1.4rem;"><i class="fas fa-star"></i></a>
  52. <a href="https://giphy.com/gifs/green-abstract-anxiety-relief-GnZWKVxPyPtIjUMS3Z" data-toggle="tooltip" title="Header Background Image" data-original-title="Header Background Image" style="color:#FFFFFF; font-size:1.4rem;"><i class="fas fa-galaxy fa-flip-horizontal"></i></a>
  53. </div>
  54. <!------------------------------- END CREDITS -------------------------------->
  55.  
  56. </div>
  57.  
  58. </div>
  59. <!------------------------------- END ACTUAL CODE -------------------------------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement