text-transform

Previous- vertical-align  |  Next-text-align

Description

The text-transform property allows text to be transformed by one of its four properties.


Initial Value : none

Applies to : all elements

Inherited : yes

Possible Values
none | capitalize | uppercase | lowercase | inherit

Example(s)
h1 { text-transform: uppercase }

Previous- vertical-align  |  Next-text-align