border-radius: 50%
来改变div边框。width
和 height
属性必须相等,否则将会创建一个椭圆形。<div class="circle"></div>
.circle {
border-radius: 50%;
width: 32px;
height: 32px;
background: #9C27B0;
}
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |