How remove border around image in css?

后端 未结 14 2516
后悔当初
后悔当初 2020-11-29 09:46

I try to display a span when the cursor of the mouse is on a help icon.

It works, but nevertheless, I don\'t manage to remove the border around the icon.

My

14条回答
  •  情歌与酒
    2020-11-29 10:31

    it's a good idea to use a reset CSS. add this at the top of your CSS file

    img, a {border:none, outline: none;}
    

    hope this helps

提交回复
热议问题