问题描述
在前端开发中,我们经常遇到这样的问题:当我们将图片放在一个容器中时,图片底部总是莫名其妙地出现一些间距,即使我们设置了 margin: 0 和 padding: 0,这个间距依然存在。
<div class="container">
<img src="example.jpg" alt="示例图片">
</div>
2024/8/8大约 2 分钟
在前端开发中,我们经常遇到这样的问题:当我们将图片放在一个容器中时,图片底部总是莫名其妙地出现一些间距,即使我们设置了 margin: 0 和 padding: 0,这个间距依然存在。
<div class="container">
<img src="example.jpg" alt="示例图片">
</div>