Home > Web Front-end > HTML Tutorial > css3 text-transform deformation animation_html/css_WEB-ITnose

css3 text-transform deformation animation_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:45:52
Original
1036 people have browsed it

For details, please click

Version: CSS1 Compatibility: IE4 NS4 Inheritance: Yes

Syntax :

text-transform : none | capitalize| uppercase| lowercase

Parameters:

none : No transformation occurs
capitalize : Capitalize the first character of each word The first letter is converted to uppercase, and no conversion occurs for the rest
uppercase: Convert to uppercase
lowercase: Convert to lowercase

Description:

Retrieve or set the case of the text in the object .
The corresponding script feature is textTransform. Please see other books I have written.

Example:

div { text-transform : uppercase; }

For more css3 content, please click

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template