30s-css

使用纯css画一个圆形.

  • 使用border-radius: 50%来改变div边框。
  • 因为圆形的半径处处相等,所以 widthheight属性必须相等,否则将会创建一个椭圆形。
<div class="circle"></div>
.circle {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #9C27B0;
}
TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1