📜  如何在 HTML 代码示例中对图像的边缘进行圆角处理

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

代码示例1
img.rounded-corners {
  border-radius: 30px;
}