Skip to content

圆角边框

通过设置 border-radius 属性(边框圆半径)

	<div style="height: 100px; width: 100px;background-color: red;line-height:100px ;text-align: center;border-radius:50% ;">2</div>
2

Released under the MIT License.