当前位置: 首页 > Web前端 > HTML

css背景复合书写(组合书写)

时间:2023-03-28 19:47:19 HTML

复合模板背景:color(颜色或图片),position(位置)是否填充(repeat);背景尺寸:封面;compositewritingexample例1background:url('./images/1.jpg')100%100%no-repeat;background-size:cover;例2background:url('./images/1.jpg')30px30pxno-重复;背景大小:40px40px;