手机
当前位置:查字典教程网 >网页设计 > Div+Css教程 >css画太极图(阴阳八卦)
css画太极图(阴阳八卦)
摘要:#yin-yang{width:96px;height:48px;background:#eee;border-color:red;bord...

css画太极图(阴阳八卦)1

#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;

}

【css画太极图(阴阳八卦)】相关文章:

使用CSS3实现圆角,阴影,透明

用CSS floats创建三栏页布局

css特效 一道闪光在图片上划过代码

CSS强制换行对齐的实现方法

css body背景图全屏不论分辨率大小

css设置body背景图片随内容增加多少

CSS3制作loading加载动画效果代码

8个简单实用的CSS秘诀

Div CSS实例教程:页面制作方法

CSS应用基础教程(4) 颜色背景

精品推荐
分类导航