CSS - bullet styling li

0 votes
143 views
added Jan 14, 2019 in CSS by LC Marshal Captain (25,770 points)
li::before {
  content: "•"; 
  color: green
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...