如何给图像添加边框

学习如何给图像添加边框。

图像周围的边框

Nature Snow

如何为图像添加边框

使用 border 属性为 <img> 元素添加边框:

img {
  border: 5px solid #555;
}

亲自试一试

相关页面

教程:CSS 图像