Monday, June 20, 2011

Make list bullets disappear in CSS

Make list bullets disappear, in CSS:

li {
    list-style: none;
}

No comments:

Post a Comment