首页 > Web开发 > 详细

一个超酷按钮CSS3 返回按钮

时间:2015-05-23 15:32:41      阅读:768      评论:0      收藏:0      [点我收藏+]
<!doctype html>
<HTML>
<head>
<title>一个按钮CSS3 返回按钮</title>
<style>
.kele:before{ position: absolute; content: " "; border: transparent 14px solid; border-width: 13px 8px ; border-right-color: #CCC; top: 1px; left: -16px; height: 0; width: 0; }
.kele{ position: relative; width: 40px; height: 28px; background: #EEE; border-radius: 5px;  margin: 30px; text-align: center; line-height: 28px; color: #999; font-size: 14px; border: 1px solid #CCC; }
.kele:after{ position: absolute; content: " "; border: transparent 13px solid;  border-width:  12px 8px; border-right-color: #EEE; top: 2px; left: -15px; height: 0; width: 0; }
</style>
</head>
<body>
<div><A href="http://www.999jiujiu.com/">http://www.999jiujiu.com/</A></div>
<div class="kele">返回</div>
</body>
</html>

一个超酷按钮CSS3 返回按钮

原文:http://blog.csdn.net/life66881/article/details/45934595

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!