Advertisement
LivvyAh

MODULAR: List R 1.0-ReColor

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