📜  les cercle en html 代码示例

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

代码示例1
#cercle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: green;
}