css 背景图像速记

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 背景图像速记相关的知识,希望对你有一定的参考价值。

body {
  background:
     url(sweettexture.jpg)    /* image */
     top center / 200px 200px /* position / size */
     no-repeat                /* repeat */
     fixed                    /* attachment */
     padding-box              /* origin */
     content-box              /* clip */
     red;                     /* color */
}

以上是关于css 背景图像速记的主要内容,如果未能解决你的问题,请参考以下文章

为背景图像速记正确格式化 ng-style

CSS 背景属性 - 简写与长格式

CSS动画速记属性语法顺序

CSS CSS字体速记

为啥这个 CSS 过渡速记不再起作用了?

css 速记Sass延伸