码迷,mamicode.com
首页 > 其他好文 > 详细

今天收获

时间:2015-07-10 00:17:52      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

!important优先级最高

阴阳图

#yin-yang {
    width: 96px;
    height: 48px;
    background: #eee;
    border-color: red;
    border-style: solid;
    border-width: 2px 2px 50px 2px;
    border-radius: 100%;
    position: relative;
}

#yin-yang:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #eee;
    border: 18px solid red;
    border-radius: 100%;
    width: 12px;
    height: 12px;
}

#yin-yang:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: red;
    border: 18px solid #eee;
    border-radius:100%;
    width: 12px;
    height: 12px;
}

看了很多,就是记不住2333,要多写写了

今天收获

标签:

原文地址:http://www.cnblogs.com/zhibushiwo/p/4634584.html

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