Published at
Updated at
Reading time
1min
This post is part of my Today I learned series in which I share all my web development learnings.

Today I've seen a Tweet from Marko Denic that unveiled a nifty CSS trick. I use the text-transform CSS property primarily to display an element with uppercase characters (be careful with this property, though).

Today I learned that capitalizing is a thing, too!

.something {
  text-transform: capitalize;
}

/* "hello world" will be displayed as "Hello World" */

I'm not sure if I'll use that often, but it's good to know for sure!

Was this TIL post helpful?
Yes? Cool! You might want to check out Web Weekly for more quick learnings. The last edition went out 24 days ago.

Related Topics

Related Articles

About the author

Stefan standing in the park in front of a green background

Frontend nerd with over ten years of experience, "Today I Learned" blogger, conference speaker, Tiny helpers maintainer, and DevRel at Checkly.