Advertisement
LivvyAh

MODULAR: List L 1.0

Apr 4th, 2020 (edited)
1,291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <!-- MISC LIST L START
  2. Indented bullet points:
  3. <ul><li>Item</li></ul>
  4. -->
  5. <div class="row">
  6. <!-- LIST START -->
  7. <div class="col-lg-9 col-xs-10 col-md-10 col-10 p-2">
  8. <div class="text-light bg-dark p-3">
  9. <div class="text-uppercase d-flex justify-content-between" style="letter-spacing:3px; font-size:20px;">
  10. Trivia
  11. </div>
  12. <hr class="bg-white w-100">
  13. <div class="table-responsive p-1">
  14. <p>
  15. <ul>
  16. <li>big long item one that is very big and long</li>
  17. <li>two</li>
  18. <li>three</li>
  19. <li>four</li>
  20. </ul>
  21. </p>
  22. </div>
  23. </div>
  24. </div>
  25. <!-- LIST END -->
  26. <!-- SPLASH START -->
  27. <div class="col-lg-3 col-xs-2 col-md-2 col-2 p-2">
  28. <div class="p-2 bg-dark h-100" style="background: url(IMG HERE);
  29. background-size: cover;
  30. background-position: center;
  31. background-attachment: fixed;">
  32. </div>
  33. </div>
  34. <!-- SPLASH END -->
  35. </div>
  36. <!-- MISC LIST L END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement