CSS Text Styling Examples

This text is italicized using the font-style property.

This text is bold using the font-weight property.

This text is transformed to uppercase using the text-transform property.

This text is underlined using the text-decoration property.

This text combines multiple styles: oblique, bold, capitalized, and line-through.