📜  hacer un circulo con 边界半径 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:08.226000             🧑  作者: Mango

代码示例1
.circulo {
     width: 100px;
     height: 100px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #5cb85c;
}