删除自动创建的图像边框

时间:2017-04-18 19:20:36

标签: html css

Normally, my image has no border, but when I open it in my website, it gets one, like this:

我该怎么做才能删除它? 我试过这个(CSS):

img {
  width: 105%;
  margin: 0 -1rem;
}

但图像只比屏幕大。

修改

html中的图片:

<section id="page_footer">
 <img class="stretch">
</section>

那里没有CSS,但是删除那个边框。

注意:这不是像css border语句那样的边框。我认为它是由firefox自动创建的,因为html检查器会告诉它图像的一部分。

1 个答案:

答案 0 :(得分:1)

好吧,通常要擦除原生(或不是)边框,我们会这样做:

  

border:0