UL with custom bullet


/ Published in: CSS
Save to your folder(s)

This is how I like to do my ULs


Copy this code and paste it in your HTML
  1. ul {list-style:none; margin:5px 0 0 0; padding:0;}
  2. ul li {background:url(images/bullet669834.gif) no-repeat 5px 5px; padding-left:15px; margin-bottom:5px; }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.