How do I remove the gray border that surrounds background images?

前端 未结 13 1938
挽巷
挽巷 2020-12-09 01:09

I\'ve come across an interesting problem in the following line of code:

  

        
13条回答
  •  攒了一身酷
    2020-12-09 01:48

    try

    That should do the trick.

    EDIT

    Sorry I see you are doing something very wrong.. you are setting a background image on a img tag.. that doesn't really make sense...

    instead of a imagetag use a

    or if it is a image you want in that area use a

    
    

提交回复
热议问题