Adding Bullets to CSS
fleurchild.com > Resources > Tutorials > Adding Bullets to CSS
Have you always wondered how people turned images to or changed the colours of bullets? Since bullets are defined as <li>, you can edit the proporties of it in your CSS.
li{
list-style-image: url('IMAGE HERE');
margin-bottom: 0px; margin-top: 0px; margin-right: 0px; margin-left: 0px;
}
to fleurchild.com, Julia's little corner of the webernet. Be sure to check out the many high-quality resources the site has made availible for you. If you have a request of any kind, don't be afraid to from me a message in the blog. Back to the Top.
