简体   繁体   中英

How to change the color of dots in css?

I have image with dots captions (toltips) and i can't change color this bullets to red. How i do that? http://all4holidays.pl/kropki/

 ul {list-style: none;} li::before { content: "• "; color: red; font-size:20px; vertical-align:middle; }
 <ul> <li>test1</li> <li>test1</li> <li>test3</li> </ul>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM