css中font、background、border样式的简写

2018-09-09  本文已影响0人  Cee_1997

font样式简写:

font:[font-style] [font-weight] [font-size] / [font-height] [font-family]

background样式简写:

background:[background-color] [background-image] [background-repeat] [background-position] / [background-size]

border样式简写:

border:[border-width] [border-style] [border-color]

其中font和background的样式属性顺序不可换,且"/"不可忽略,border的样式属性的顺序可任意。

上一篇下一篇

猜你喜欢

热点阅读