html&css-------图像(11/6)

控制图像大小:

小型肖像:220*360

小型景观:330*210

专题照片:620*400

背景图片(background-image)

重复图像(background-repeat、background-attachment)

background-repeat:repeat、repeat-x、repeat-y、no-repeat

background-attachment:(制定背景图像在用户滚动页面时的移动方式)fixed、scroll

背景图像定位(background-position):(水平位置{left、center、right},垂直位置{left、center、right}

简写(background)

1.color

2.image

3.repeat

4.attachment

5.position


渐变(background-image)

#gradient{
	/* fallback color */
	background-color: #66cccc;
	/* fallback image*/
	background-image: url(xxxxxxxxxx.png);
	/* Firefox 3.6+ */
	backgroung-image: -moz-linear-gradient(#336666,#66cccc);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#66cccc),to(#336666));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-gradient(#336666,#66cccc);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#336666,#66cccc);
	height: 150px;
	width: 300px;}


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值