t3ch13-c0l0rs

particle man (collapse)

Apr 3rd, 2022 (edited)
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. <!--
  2. hello micro-wave nation i made a new code for fun because i had the idea lol
  3. not much to say, it has a youtube embed though
  4. -->
  5.  
  6. <div class="col-md-6 col-sm-12 mx-auto">
  7.  
  8. <div class="card-header">
  9.  
  10. <div class="col-12 card p-2" style="border-style: dashed; font-style: italic; font-size: 20px; text-align: center">
  11.  
  12. <a data-bs-toggle="collapse" data-toggle="collapse" href="#utubevideo" aria-controls="utubevideo" aria-expanded="false" class="text-muted" style="cursor: pointer; text-decoration: none">
  13. <!-- quote in the song maybe idk -->
  14. WHY IS THE WORLD IN LOVE AGAIN?
  15. </a>
  16.  
  17. </div>
  18.  
  19. </div>
  20.  
  21. <div class="collapse" id="utubevideo">
  22.  
  23. <div class="card-block bg-faded">
  24.  
  25. <!-- utube embed. remove the "pJ9QQdH3IiQ" at the end and replace it with the string of numbers n letters at the end of the video that you want https://www.youtube.com/watch?v={9zOKBvHNWus} the part i put in silly brackets is what you need to get and replace pJ9QQdH3IiQ with -->
  26.  
  27. <iframe src="https://www.youtube.com/embed/pJ9QQdH3IiQ" class="w-100" style="height: 20em"></iframe>
  28.  
  29. </div>
  30.  
  31. </div>
  32.  
  33. <div class="col-12 justify-content-center">
  34. <a href="/micro-wave" target=_blank data-toggle="tooltipster" title="code by microwave">
  35. <i class="fas fa-microwave"></i>
  36. </a>
  37. </div>
  38.  
  39. </div>
Advertisement
Add Comment
Please, Sign In to add comment