Advertisement
snail-legs

layout: heliotrope

May 6th, 2021
1,679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. <div class="container" style="max-width: 800px;">
  2. <!-- header -->
  3. <!-- if you change the custom colour of the bg, please remember to change the text colour too! use class="text-light" on the <h1> and <h4> elements if you're going for a darker bg colour! -->
  4. <div class="row no-gutters" style="margin-bottom: 5px;">
  5. <div style="padding: 0 10px 10px; width: 100%; background: rgba(195, 156, 199, 0.9);">
  6. <h1 class="display-2 text-dark" style="font-weight: bold; display: inline;">Character Name</h1>
  7. <h4 class="text-dark" style="font-style: italic; display: inline;">info | info | info</h4>
  8. </div>
  9. </div>
  10.  
  11. <!-- artwork and bio -->
  12. <div class="row no-gutters h-100" style="margin-bottom: 10px;">
  13.  
  14. <!-- image, this will show up above the bio text rather than next to it on mobile, so I reccomend not making it super tall!! fullbody/halfbody art will probably look nicest :-) -->
  15. <div class="col-md-7">
  16. <img src="https://cdn.discordapp.com/attachments/730909751122329612/839977735732068352/placeholder_image.png">
  17. </div>
  18.  
  19. <!-- bio, this will expand as you add more text so works best for smaller-medium bios! -->
  20. <div class="col-md-5 my-auto">
  21. <h1 class="display-4">biography</h1>
  22. <p>Vosaltres lo bon servir que fet m'haveu E féu-se traure. Havia portades moltes batalles a. La santa dona Judic ab ànimo viril gosà matar Holofernes. Gloriós Sant Lluc en lo seu Evangeli Mereixedor és doncs. Pel mig restant cascuna part anell sancer e ab. Aprés féu donació a la Comtessa de tot lo comdat. Cinquena és què signifiquen les armes. </p>
  23. <p>E cavalleries se fa singular e expressa menció. Servidors la sua partida En la fèrtil. Ab les armes sues e de la Comtessa lo qual. Actes dels sants pares del noble Josuè e dels.</p>
  24.  
  25. <hr style="width: 75%; margin-bottom: 0.25em;">
  26.  
  27. <!-- playlist -->
  28. <h1 class="display-4">playlist</h1>
  29. <ul class="fa-ul">
  30. <!-- replace the "#" with a link to the song! -->
  31. <li style="margin: 0.25em;"><span class="fa-li" style="color: #A979AE;"><i class="fas fa-play"></i></span>
  32. <a href="#" style="color: #A979AE;">song name</a> | artist
  33. </li>
  34. <li style="margin: 0.25em;"><span class="fa-li" style="color: #A979AE;"><i class="fas fa-play"></i></span>
  35. <a href="#" style="color: #A979AE;">song name</a> | artist
  36. </li>
  37. <li style="margin: 0.25em;"><span class="fa-li" style="color: #A979AE;"><i class="fas fa-play"></i></span>
  38. <a href="#" style="color: #A979AE;">song name</a> | artist
  39. </li>
  40. </ul>
  41. </div>
  42. </div>
  43.  
  44. <!-- footer + code credit - also a good place to put your image credit!! -->
  45. <!-- if you're changing the custom colour, remember to change the text colours too! so if you're going for a darker bg use class="text-light" on the <p> and style="color: white;" on the <a> for example-->
  46. <div class="row no-gutters" style="margin-bottom: 5px;">
  47. <div style="padding: 0 10px 10px; width: 100%; background: rgba(195, 156, 199, 0.9);">
  48. <p class="text-dark text-center" style="font-style: italic;">code by <a style="color: black;" href="https://toyhou.se/snail-legs">snail-legs</a></p>
  49. </div>
  50. </div>
  51. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement