码迷,mamicode.com
首页 > Web开发 > 详细

CSS立体标签实现

时间:2015-09-30 12:51:57      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:

    <style>
        .tag { background-color: #de3f33; position: relative; text-align: center; color: #fff; line-height: 40px; width: 150px; margin: 100px auto; }
            .tag:before { content: ‘‘; width: 0; height: 0; border-bottom: 5px solid #b23838; border-left: 5px solid transparent; position: absolute; top: -5px; left: 0; }
    </style>
   <div class="tag">最佳答案</div>

 

CSS立体标签实现

标签:

原文地址:http://www.cnblogs.com/talentzemin/p/4848651.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!