t3ch13-c0l0rs

sick puppy

Jan 21st, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. <!--
  2.  
  3. good morning! thanks for using my code.
  4. this is bootstrap but i GUESS theres an accent in the "text-primary" i used for the play button
  5. so if you want that changed here are your other options
  6. text-danger , text-info , text-warning , text-success , text-secondary , text-muted , and i guess text-light & text-dark too but i wouldn't recommend those due to readability on other devices.
  7.  
  8. -->
  9.  
  10. <div class="col-lg-6 col-md-8 col-sm-12 mx-auto">
  11. <div class="col-12 p-2 bg-faded">
  12. <div class="row no-gutters">
  13.  
  14. <div class="col-md-5 col-sm-12 py-5">
  15.  
  16. <!-- name card -->
  17. <div class="card border-0 rounded-0 p-2 mb-2 col-12">
  18. <div class="justify-content-between">
  19. <i class="fal fa-user text-primary mt-1"></i>
  20. name surname
  21. </div>
  22. </div>
  23.  
  24. <!-- quote card but you can really make it anything like pronouns age species lol -->
  25. <div class="card border-0 rounded-0 p-2 mb-2 col-12">
  26. <div class="justify-content-between">
  27. <i class="fal fa-quote-left text-primary"></i>
  28. quote mcquoterson
  29. </div>
  30. </div>
  31.  
  32. <!-- theme song card -->
  33. <div class="card border-0 rounded-0 p-2 col-12 mb-2">
  34. <div class="row no-gutters">
  35. <iframe class="flex-fill" style="height:1em;width:1em;opacity:.00001;position:absolute;margin-top:4px;z-index:1; margin-left: -1px" src="https://www.youtube.com/embed/Lnvch58MD_M" frameborder="0"></iframe>
  36. <p class="justify-content-between w-100">
  37. <span class="text-left"><i class="fa-regular fa-play text-primary" ></i></span>
  38. <span class="text-right">sick puppy</span>
  39. </p>
  40. </div>
  41. </div>
  42.  
  43. <!-- you can add more above this line, just know that the images will expand with each one you add -->
  44.  
  45. </div>
  46.  
  47. <!-- image row 2 -->
  48.  
  49. <div class="col-md-5 col-sm-12 pl-md-2 pl-sm-0 mb-2">
  50.  
  51. <!-- change IMGURLHERE to yr img -->
  52. <div class="col-12 h-50 mb-2 py-5" style="background-image:url(IMGURLHERE); background-size: cover; background-position: center"></div>
  53. <div class="col-12 h-50 py-5" style="background-image:url(IMGURLHERE); background-size: cover; background-position: center"></div>
  54. </div>
  55.  
  56. <!-- image 3 -->
  57.  
  58. <div class="col-md-2 col-sm-12 pl-md-2 pl-sm-0">
  59.  
  60. <!-- change IMGURLHERE to yr img -->
  61. <div class="col-12 h-100 py-5" style="background-image:url(IMGURLHERE); background-size: cover; background-position: center"></div>
  62. </div>
  63.  
  64. </div>
  65.  
  66. <!-- code end dont touch the credit -->
  67. </div>
  68. <div class="col-12 p-0">
  69. <a href="/micro-wave" data-toggle="tooltip" title="code by micro-wave">
  70. <i class="fal fa-microwave"></i>
  71. </a>
  72. </div>
  73. </div>
Add Comment
Please, Sign In to add comment