用html和css画太极图,利用css画一个太极图(阴阳八卦)实例
生活随笔
收集整理的這篇文章主要介紹了
用html和css画太极图,利用css画一个太极图(阴阳八卦)实例
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
這篇文章介紹利用css畫一個太極圖(陰陽八卦)實例
#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;
}
總結
以上是生活随笔為你收集整理的用html和css画太极图,利用css画一个太极图(阴阳八卦)实例的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 2018网易互娱笔试1——花砖拼接C++
- 下一篇: vue生成条形码和二维码并打印