背景属性

背景颜色

             /* 背景颜色 */
            background-color: aqua;

背景图片的引入

  /* 背景图片 */
            background-image:url(../img/观音山.png);

图片的平铺

 /* 图片平铺 */
            background-repeat: repeat;
   /*  沿x轴平铺 沿y轴平铺  不平铺 */
            /* background-repeat:repeat-x repeat-y no-repeat;

图片的移动

 /* 背景图片的移动   右下角*/
             background-position:right bottom; 

center  上下左右居中

  right top   右上

left top   左上

left bottom 左下

背景图片的固定

  /* 背景图片的固定 */
            background-attachment: fixed; 

背景图片的大小

 背景图片的大小 
            1.可以用百分比和像素进行设置
            2.contain 按照比例放大图片,以最短的边为参照
            3.cover 按照比例放大图片,以最长的边为参照物(空间不够会被裁剪)
            background-size: contain;

背景的综合设置

 背景属性的综合设置  background-size需要单独设置
            background: green url() no-repeat 100px 100px fixed;

背景图片显示区域

 背景图片开始平铺的位置

             背景图片开始平铺的位置(默认图片是从padding开始平铺) 
             background-origin: padding-box; 
             背景图片开始从边框平铺 
             background-origin: border-box; 
             背景图片从内容开始平铺 
            background-origin: content-box; 

背景图片结束的位置

             背景图片从padding结束平铺 
             background-clip:padding-box ;
              背景图片从border结束平铺 
            background-clip: border-box; 
             背景图片从content结束平铺 
            background-clip: content-box; 
             裁剪(除了文本) 
            background-clip: text; 

图片与文字的对齐

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值