CSS background

上一页 下一页

示例中展现不同的background属性值.

选择不同的值查看对应结果:

background: red;
background: blue;
background: coral;
background: lightblue;
background: url("paper.gif");
background: url("img_tree.gif");
background: url("img_tree.gif") red;
background: url("img_tree.gif") no-repeat;
background: url("img_tree.gif") no-repeat center;
This demo shows some different techiques on how to set a background of a HTML element.
This demo shows some different techiques on how to set a background of a HTML element.
This demo shows some different techiques on how to set a background of a HTML element.
This demo shows some different techiques on how to set a background of a HTML element.
This demo shows some different techiques on how to set a background of a HTML element.
This demo shows some different techiques on how to set a background of a HTML element.
This demo shows some different techiques on how to set a background of a HTML element.
This demo shows some different techiques on how to set a background of a HTML element.
This demo shows some different techiques on how to set a background of a HTML element.

要使用更多方法,请在编辑器中试一下: 亲自试一试 ❯