how to make first word in sentence capital only with css code example Example: css capitalize first letter &::first-letter { text-transform: capitalize; }