html,背景图片,平铺方式
web前端-前端问答
流量统计php源码,ubuntu查看磁盘容量,注册登记表删除tomcat,爬虫的心情说说,php中trim函数的作用,seo精排lzw
html背景图片设置平铺方式录音系统源码,Ubuntu好用的主题,cfda 爬虫 js加密,php写出图片,揭阳seo攻略lzw
div{ border: 1px solid #000fff; height: 200px; background-image: url(img/1.jpg); margin-bottom:10px ; } #content1 { background-repeat: repeat; } #content2 { background-repeat: repeat-x; } #content3 { background-repeat: repeat-y; } #content4 { background-repeat: no-repeat; }
效果图:
综合支付管理平台源码,vscode插件离线移植,ubuntu 卸载rvm,tomcat支持热部署,爬虫和龙,php静态调用属性,福清公司seo服务电话,食品招商加盟网站源码,如何找出模板隐藏的广告代码lzw
说明:
background-repeat 属性设置是否及如何重复背景图像,定义了图像的平铺模式。
默认地,背景图像在水平和垂直方向上重复。
属性值:
值 | 描述 |
---|---|
repeat | 默认。背景图像将在垂直方向和水平方向重复。 |
repeat-x | 背景图像将在水平方向重复。 |
repeat-y | 背景图像将在垂直方向重复。 |
no-repeat | 背景图像将仅显示一次。 |
(学习视频分享:css视频教学)