Css To Uppercase First Letter Code Example


Example 1: css capitalize first letter


&::first-letter {
text-transform: capitalize;
}

Example 2: How do you make each word in a text start with a capital letter?


h1 {
text-transform: capitalize;
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable