What are the text attributes in css3

王林
Release: 2020-11-30 10:52:30
Original
4061 people have browsed it

The text attributes in css3 include: 1. Color attribute; 2. Text alignment attribute [text-align]; 3. Character spacing attribute [letter-spacing]; 4. Text line height attribute [line-height] ]; 5. Text decoration attribute [text-decoration].

What are the text attributes in css3

The operating environment of this tutorial: Windows 10 system, CSS3 version. This method is suitable for all brands of computers.

(Learning video sharing: css video tutorial)

The text attributes in css3 are:

1, color

Function: Specify the color of text

Description: This attribute can be used in block, inline, and inline block style sheets to change the color of all text inside the controlled element

Example:




    
    CSS3之text属性
    
    

我是一名前端爱好者1

我是一名前端爱好者2
我是一名前端爱好者3 我是一名前端爱好者4
Copy after login

2, text-align

Function: Specify the horizontal alignment of the element text

Description: Only effective when used in block-level elements, used directly Does not take effect on linked elements. If this attribute is used, the text and inline elements contained in the block element will be aligned. The block elements within it will also be aligned if this attribute is not set by default, because the child block element inherits the text-align attribute of the parent block element.

Example:




    
    CSS3之font属性
    
    

大家好
大家好
大家好
In a sense we've come to our nation's capital to cash a check. When the architects of our republic wrote the magnificent words of the Constitution and the Declaration of Independence, they were signing a promissory note to which every American was to fall heir. This note was a promise that all men, yes, black men as well as white men, would be guaranteed the "unalienable Rights" of "Life, Liberty and the pursuit of Happiness." It is obvious today that America has defaulted on this promissory note, insofar as her citizens of color are concerned. Instead of honoring this sacred obligation, America has given the Negro people a bad check, a check which has come back marked "insufficient funds."
Copy after login

3, letter-spacing:

Function: increase or decrease the space between characters (character spacing)

Instructions : When the negative value is too large, the font will be extruded but will not overlap

Example:




    
    CSS3之text属性
    
    

Hello World
Hello World
Hello World
Copy after login

4, line-height:

Function: Setting Line height of text

Description: Negative values ​​are not allowed

Example:




    
    CSS3之text属性
    
    

Hello World


Hello World


Copy after login

5, text-decoration

Function: Specifies to add To modify the text, underline, overline, strikethrough, etc.

Description: This attribute has the following three abbreviations: text-decoration-line, text-decoration-color, text-decoration-style

Example:




    
    CSS3之text属性
    
    

这是超链接

Hello World


Hello World


Hello World


Hello World


Copy after login

Related recommendations:CSS tutorial

The above is the detailed content of What are the text attributes in css3. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!