ItchyBagel

Custom Bullet Point Code [Spacehey]

Nov 29th, 2024 (edited)
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!-- (c) Snippet created by SheZow (https://spacehey.com/shezow) START -->
  2. <!-- Place custom bullet point in "IMG URL". I preferably like using gifcity's icons (https://gifcity.carrd.co/#icons) -->
  3. <style>
  4. ul {
  5. list-style-image: url('IMG URL');
  6. }
  7. </style>
  8. <ul style="margin-top:0px; margin-bottom:0px; margin-left:10px;">
  9. <li>Coffee</li>
  10. <li>Tea</li>
  11. <ul>
  12. <li>Black tea</li>
  13. <li>Green tea</li>
  14. </ul>
  15. <li>Milk</li>
  16. </ul>
  17. <!-- (c) Snippet created by SheZow END -->
Advertisement
Add Comment
Please, Sign In to add comment