Answers for "changing the dots of the ul to ticks"

CSS
0

changing the dots of the ul to ticks

ul li::marker {
  content: '✓';
  color: green;
}
Posted by: Guest on April-21-2022
0

changing the dots of the ul to ticks

ul li::marker {
  content: '✓';
  color: green;
}
Posted by: Guest on April-21-2022

Browse Popular Code Answers by Language