📜  如何在 CSS 代码示例中制作圆角

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

代码示例3
/* I find it best to use pixels*/
    border-radius: 5px;

/* Percents don't work well with elements that aren't square*/
    border-radius: 10%;