【html+css】css背景

div {            
/* 1.背景颜色 */            
	width: 400px;            
	height: 400px;            
	/* background-color: pink; */            
	/* 红绿蓝三原色,a是透明度0-1 */            /* background-color: rgba(0, 0, 0, 0.5); */            
	background-color: rgba(0, 0, 0, .5);        
	}
/* 2.背景图 */        
p {                        
	width: 1000px;            
	height: 1000px;            
	background-color: pink;            
	background-image: url(../img/6.jpg);            
	/* 2.1 背景图平铺【默认】 */                 
	/* background-repeat: repeat; */            
	/* 不平铺 */            
	background-repeat: no-repeat;            
	/* x轴铺 */            
	/* background-repeat: repeat-x; */            
	/* y轴铺 */            
	/* background-repeat: repeat-y; */            
	/* 2.2 背景图位置 */            
	/* 右上角 */            /* background-position: right 0; */            
	/* 右下角 */            /* background-position: right bottom; */            
	/* 居中 */            /* background-position: center center; */            
	/* background-position: center; */
            
    	/* 正数:向右,向下移动   负数:向左向上移动 */            
    	background-position: -100px -200px;



        }
h1 {            
	width: 1000px;            
	height: 1000px;            
	/* 2.3 background: 背景色 背景图 背景图平铺 背景图位置【不分先后顺序】 */            
	/* 背景图位置如果是英文  可以颠倒 */            
	background: pink url(../img/7.jpg) no-repeat center bottom;        
	}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值