CSS3

p:nth-last-child(1)  选择P标签的最后一个元素

input[type='button'] 获取input标签为button的元素

 

 

http://www.open-open.com/news/view/a541f8

 

 

CSS3生成工具

http://www.css3maker.com/index.html

 

 

渐变背景颜色

background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -webkit-linear-gradient(#EEFF99, #66EE33);
background: -moz-linear-gradient(#EEFF99, #66EE33);
background: -ms-linear-gradient(#EEFF99, #66EE33);
background: -o-linear-gradient(#EEFF99, #66EE33);
background: linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);

工具:http://www.colorzilla.com/gradient-editor/

 

字体阴影

text-shadow: -1px 2px 5px #208f9e;

filter: dropshadow(color=#208f9e, offx=-1, offy=2);

盒子阴影

-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;

工具:http://css3generator.com/

 

边框圆角

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

工具:http://border-radius.com/

 

盒子生成工具

http://www.layerstyles.org/builder.html

转载于:https://www.cnblogs.com/-gap/archive/2012/06/07/2540348.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值