美文网首页
css中font、background、border样式的简写

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

作者: Cee_1997 | 来源:发表于2018-09-09 22:08 被阅读0次

    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的样式属性的顺序可任意。

    相关文章

      网友评论

          本文标题:css中font、background、border样式的简写

          本文链接:https://www.haomeiwen.com/subject/glzdgftx.html