每天一个css text-align

Value:  left | right | center | justify | inherit
初始值:  如果direction的值为ltr,则text-align的初始值为left,如果direction的值为rtl,则text-align的初始值为right
应用范围:  块级容器,如div等
是否继承: 
Percentages:  N/A
Media:  visual
计算值  初始值或者特别指定的值

参考网址:http://www.w3.org/TR/CSS21/text.html#propdef-text-align direction
Value:  ltr | rtl | inherit
Initial:  ltr
Applies to:  all elements, but see prose
Inherited:  yes
Percentages:  N/A
Media:  visual
Computed value:  as specified
英文原版 'text-align'
Value:  left | right | center | justify | inherit
Initial:  a nameless value that acts as 'left' if 'direction' is 'ltr', 'right' if 'direction' is 'rtl'
Applies to:  block containers
Inherited:  yes
Percentages:  N/A
Media:  visual
Computed value:  the initial value or as specified

This property describes how inline-level content of a block container is aligned. Values have the following meanings:

left, right, center, justify
Left, right, center, and justify text, respectively, as described in  the section on inline formatting.

A block of text is a stack of line boxes. In the case of 'left', 'right' and 'center', this property specifies how the inline-level boxes within each line box align with respect to the line box's left and right sides; alignment is not with respect to the viewport. In the case of 'justify', this property specifies that the inline-level boxes are to be made flush with both sides of the line box if possible, by expanding or contracting the contents of inline boxes, else aligned as for the initial value. (See also 'letter-spacing' and 'word-spacing'.)

If an element has a computed value for 'white-space' of 'pre' or 'pre-wrap', then neither the glyphs of that element's text content nor its white space may be altered for the purpose of justification.

Note: CSS may add a way to justify text with 'white-space: pre-wrap' in the future.

In this example, note that since 'text-align' is inherited, all block-level elements inside DIV elements with a class name of 'important' will have their inline content centered.


div.important { text-align: center }

Note. The actual justification algorithm used depends on the user-agent and the language/script of the text.

Conforming user agents may interpret the value 'justify' as 'left' or 'right', depending on whether the element's default writing direction is left-to-right or right-to-left, respectively.

posted on 2015-09-22 20:14  梦见世界 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/lifeisshort/p/4830202.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值