Visitor
Reads - CSS Tutorials
What the heck is CSS, anyway? I don't understand a CSS document! How do I apply CSS style sheets? How do I customize lists? How can I customize the scrollbar? How do I insert comments in my CSS document?How do I customize lists?
With CSS, you can customize bullets in an unordered list with the presets or with your own image. In the CSS, you must specify the 'list-style-type' property to define a bullet:- Line 1
- Line 2
- Line 3