How to hide the background underneath the border

前端 未结 4 2104
耶瑟儿~
耶瑟儿~ 2020-12-07 00:30

I need to modify a website to make the clickable zone of all links bigger for mobile devices. I gave all links a transparent border and a negative margin<

4条回答
  •  醉梦人生
    2020-12-07 01:19

    try this:

    link test test test 
    test test test

    notice: the span means an inline element with another style (other CSS values). other that div which will force a new block.

提交回复
热议问题