Advertisement
Hodge-1053

Custom Bullet Points Using CSS

Jul 6th, 2017
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.12 KB | None | 0 0
  1. LI.cross   
  2. {
  3.     LIST-STYLE-IMAGE: URL("images/cross.png");
  4. }
  5.  
  6. LI.tick
  7. {
  8.     LIST-STYLE-IMAGE: URL("images/tick.png");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement