![]() |
How to change color of font of every first letter of a word CSS? |
[Edit] |
[Edit]
unfortunately, this cannot be done with CSS. However, you can change the font color of every first letter of a word of a paragraph in CSS, like this:
p:first-letter {
color:;
}
First answer by ID1143970107. Last edit by ID1143970107. Question popularity: 8 [recommend question]




