📜  圆形按钮 html - CSS 代码示例

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

代码示例3
.btn{
    width: 50px;
    height:50px;
    border-radius: 50%;
    border: none;
    color: white;
    background: #dc3545; 
    padding: 0px;
    text-align:center;
}