How can I make a link inside a div fill the entire space inside the div?

前端 未结 7 700
灰色年华
灰色年华 2020-12-30 18:27

I have a div that has a set width and it is wrapped around a link. I want the link inside to fill the entire space of the div so that when I click

7条回答
  •  执念已碎
    2020-12-30 19:12

    You can use the bootstrap class="stretched-link" in your a element and it will expand to your div.

提交回复
热议问题