About 7,240 results
Open links in new tab
  1. CSS text-transform property - W3Schools

    Definition and Usage The text-transform property controls the capitalization of text. Show demo

  2. text-transform - CSS | MDN

    Nov 10, 2025 · The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can …

  3. text-transform - CSS-Tricks

    Jul 24, 2013 · The text-transform property in CSS controls text case and capitalization. lowercase makes all of the letters in the selected text lowercase. uppercase makes all of the letters in the selected text …

  4. CSS text-transform Property - GeeksforGeeks

    Jul 11, 2025 · The text-transform property in CSS is used to control the capitalization of text. It allows you to transform text to uppercase, lowercase, or capitalize the first letter of each word.

  5. CSS text-transform Property - W3docs

    Use the text-transform property which controls capitalization effects of an element's text. See property values and try examples.

  6. text-transform - CSS Reference

    Learn how text-transform works in CSS.

  7. CSS: text-transform property - TechOnTheNet

    This CSS tutorial explains how to use the CSS property called text-transform with syntax and examples. The CSS text-transform property defines how to capitalize the text of an element such as uppercase, …