Answers for "Capitalize the first letter of string using CSS"

CSS
0

Capitalize the first letter of string using CSS

p:first-letter {text-transform:capitalize;}
Posted by: Guest on January-04-2022

Code answers related to "Capitalize the first letter of string using CSS"

Browse Popular Code Answers by Language