Advertisement
LivvyAh

MODULAR: List L 1.0-ReColor

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