CSS TEXT-TRANSFORM - CSS3 Examples

CSS TEXT-TRANSFORM

Written by jon on 8:16 AM
This property sets the casing style for a section of text. Content may not be affected if it is not in the ISO 8859-1 character set or does not have an applicable alternate case character to convert to.

Inherited: Yes

Example
p {text-transform: uppercase}
Possible Values
Value Description
inherit Explicitly sets the value of this property to that of the parent
none Defines normal text, with lower case letters and capital
letters
capitalize Each word in a text starts with a capital letter
uppercase Defines only capital letters
lowercase Defines no capital letters, only lower case letters

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS TEXT-TRANSFORM ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :