Advertisement
elltaker

html info code

Nov 19th, 2024 (edited)
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | Source Code | 0 0
  1. <div class="container">
  2.  
  3. <div class="card p-2 bg-faded col-md-4 mx-auto mb-3" style="max-height:325px;overflow-y:auto;scrollbar-width:thin;">
  4.  
  5. <!-- title -->
  6. <p align="center" style="font-size:20px;font-family:Times New Roman;">00. Title</p>
  7.  
  8. <div class="row no-gutters d-flex justify-content-around mb-2">
  9.  
  10. <!-- tags , feel free to edit the number after 'col-' to change the sizes of the pills -->
  11. <span class="badge badge-primary badge-pill col-2">F2U</span>
  12. <span class="badge badge-primary badge-pill col-2">HTML</span>
  13. <span class="badge badge-primary badge-pill col-3">BOOTSTRAP</span>
  14. <span class="badge badge-primary badge-pill col-4">MOBILE-FRIENDLY</span>
  15.  
  16. </div>
  17.  
  18. <!-- about the code -->
  19. <div class="card p-2 col-md-12 mx-auto">
  20.  
  21. <p class="mb-0" align="center" style="font-size:16px;font-family:calibri;">
  22.  
  23. random info or lore behind why you made this code!!! this expands ^^
  24.  
  25. </p>
  26.  
  27. </div>
  28.  
  29. <div class="mb-2"></div>
  30.  
  31. <!-- tos / info -->
  32. <ul style="font-size:16px;font-family:calibri;">
  33.  
  34. <li>write any important info here, such as</li>
  35. <li>disable WYSIWYG if you want the html to work properly!</li>
  36. <li>do not repost the code. feel free to remove the credit off of this specific code!</li>
  37. <li>feel free to modify my codes and frankenstein them with others (with credit, of course).</li>
  38. <li>if the text gets too long, the main card scrolls, so write as much as you want!</li>
  39.  
  40. </ul>
  41.  
  42. <!-- credit ! feel free to remove since the code is so simple, but i appreciate people who keep it ! -->
  43. <p align="center" class="text-primary tooltipster" title="html info code by elltaker" data-toggle="tooltip"><a href="https://toyhou.se/elltaker"><i class="fa-regular fa-code"></i></a></p>
  44.  
  45. </div>
  46.  
  47. <div style="text-align:center">
  48.  
  49. <!-- link to code -->
  50. <a href="LINK"><span class="btn btn-outline-primary col-md-4">click for code!</span></a>
  51.  
  52. </div>
  53.  
  54. </div>
  55.  
  56. <hr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement