标签:圆形 round nbsp htm html border div idt class
.circle{ width: 100px; height: 100px; background-color: aqua; border-radius: 50px; } .topCircle{ width: 100px; height: 50px; background-color: aqua; border-radius: 50px 50px 0px 0px; }
html 代码。
<h2>圆形</h2>
<div class="circle">
</div>
<h2>上半圆</h2>
<div class="topCircle">
</div>
标签:圆形 round nbsp htm html border div idt class
原文地址:http://www.cnblogs.com/xianrongbin/p/6701695.html