Advertisement
LivvyAh

MODULAR: Likes & Dislikes 1.0-ReColor

Feb 13th, 2022
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. <!-- LIKES AND DISLIKES START
  2. If you want this to be two text boxes side by side instead of lists, delete everything between the two <p></p> tags then write as desired.
  3. Make sure to keep the <p> tags though, <p> is a paragraph tag.
  4. Indented bullet points:
  5. <ul><li><div style="color:#161B33">Text</div></li></ul>
  6. -->
  7. <div class="row">
  8. <!-- LIKES START -->
  9. <div class="col-md-6 col-sm-12 p-2">
  10. <div style="background-color:#F1DAC4" class="p-3">
  11. <div class="text-uppercase d-flex justify-content-between" style="letter-spacing:3px; font-size:20px; color:#0D0C1D">
  12. Likes
  13. </div>
  14. <hr style="border-color: #474973;" class="w-100">
  15. <div class="table-responsive p-1" style="color:#707EC2">
  16. <p>
  17. <ul>
  18. <li><div style="color:#161B33">big long item one that is very big and long</div></li>
  19. <li><div style="color:#161B33">two</div></li>
  20. <ul><li><div style="color:#161B33">indented three</div></li></ul>
  21. <li><div style="color:#161B33">four</div></li>
  22. </ul>
  23. </p>
  24. </div>
  25. </div>
  26. </div>
  27. <!-- LIKES END -->
  28.  
  29.  
  30. <!-- DISLIKES START -->
  31. <div class="col-md-6 col-sm-12 p-2">
  32. <div style="background-color:#E1DDE3" class="p-3">
  33. <div class="text-uppercase d-flex justify-content-between" style="letter-spacing:3px; font-size:20px; color:#0D0C1D">
  34. Dislikes
  35. </div>
  36. <hr style="border-color: #474973;" class="w-100">
  37. <div class="table-responsive p-1" style="color:#707EC2">
  38. <p>
  39. <ul>
  40. <li><div style="color:#161B33">big long item one that is very big and long</div></li>
  41. <li><div style="color:#161B33">two</div></li>
  42. <ul><li><div style="color:#161B33">indented three</div></li></ul>
  43. <li><div style="color:#161B33">four</div></li>
  44. </ul>
  45. </p>
  46. </div>
  47. </div>
  48. </div>
  49. <!-- DISLIKES END -->
  50. </div>
  51. <!-- LIKES AND DISLIKES END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement