CSS 属性参考资料表

2008-02-23 08:29:24来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:CSS 结构和规则

下一篇:CSS各种滤镜制作10种艺术效果字

字型
性質名稱 可用值 作用範圍 是否可繼承 %百分比

font-family [[<family-name> | <generic-family>],]* [<family-name> | <generic-family>]

預設值:依瀏覽器而定

所有元素 不可使用
font-style normal | italic | oblique 所有元素 不可使用
font-variant normal | small-caps 所有元素 不可使用
font-weight normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 所有元素 不可使用
font-size <absolute-size> | <relative-size> | <length> | <percentage>

預設值:medium

所有元素 相對於親元素的字形尺寸
font
(簡寫性質)
[<font-style> || <font-variant> || <font-weight>]? <font-size> [/<line-height>]? <font-family>

預設值:未定義

所有元素 可使用在 <font-size> 與 <line-height> 兩部分
 
顏色與背景
性質名稱 可用值 作用範圍 是否可繼承 %百分比
color <color>

預設值:依瀏覽器而定

所有元素 不可使用
background-color transparent | <color> 所有元素 不可使用
background-image none | <url> 所有元素 不可使用