Home / CSS Tips Generated By ChatGPT / text-transform for Text Styling in CSS Use text-transform to change the case of text elements. Source Code .uppercase { text-transform: uppercase; }