如何修复图片下方的白线

时间:2019-04-02 12:43:17

标签: html css image

我有一个背景图片,我在背景图片上方添​​加了png图片(徽标),但下面却出现白线。

body {
  left: 45%;
  margin: 0;
  padding: 0;
  background: url(https://via.placeholder.com/468x60?text=Background);
  background-size: 100%;
  font-family: sans-serif;
}
<div class="agtrack" style="text-align: center">
  <img src="https://via.placeholder.com/60x60?text=LOGO" />
</div>

1 个答案:

答案 0 :(得分:0)

尝试放入

  

显示:阻止;

图像上的

样式。如果这样做没有帮助,请尝试将图像上的行高样式更改为

  

line-height:1;

  

line-height:0;