📜  圆形背景图片css代码示例

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

代码示例1
.customization_text img {
    background: #383838;
    padding: 30px;
    border-radius: 50%;
    display:block;
    width:50px;
    height:50px;
}