【CSS】Intermediate4:Background Images

1.

background:background-color

url-background-image

background-repeat(repeat/repeat-y/repeat-x/no-repeat)

background-position(top/center/bottom/left/right(combination/length/percentage)

background-attachment(sroll(default)/fixed)

2.eg

background:white url(http://) no-repeat fixe top right

 


你可能感兴趣的:(background)