选择图像的一部分并重复作为背景

时间:2018-09-16 07:33:05

标签: css css3 background-position

我要选择此图片(精灵)的5像素并重复作为背景

左侧19px-中间5px-右侧19px

Div:first-child{background:url(frame.png) left center no-repeat;} 
Div:last-child{background:url(frame.png) right center no-repeat;} 
Div{background:url(frame.png) center center repeat-y;} 

enter image description here

0 个答案:

没有答案