好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

按钮特效(CSS3)_html/css_WEB-ITnose

先预览效果

其中用到了CSS3的Transition属性:设置动画时间、效果;Transform属性:设置元素旋转、位移;box-sizing属性:以特定的方式定义某个区域的特定元素;

制作小三角方法:

1 width:0; height:0; overflow:hidden; 2 border:7px solid transparent; 3 border-top-color:#2dcb70; /*宽高都为零,先设置边框为透明,再在需要的地方给边框单独设置颜色即可*/ 
 

HTML代码

 1 

2

查看更多关于按钮特效(CSS3)_html/css_WEB-ITnose的详细内容...

  阅读:36次