Атрибут text-transform
text-transform Attribute
{ text-transform: capitalize | uppercase | lowercase | none}
Transforms the text.
This attribute is inherited.
Settings
The actual transformation in each case is human language and UA dependent.
h3 { text-transform: uppercase }
The example above would put 'h3' elements in uppercase text.