HTML-CSS Center Text horizontally and vertically in a link

前端 未结 6 1762
眼角桃花
眼角桃花 2020-12-29 19:04

I am trying to make a link which has a height and a width of 200px. The text of the link shall be centered vertically and horizontally.

Thi

6条回答
  •  执念已碎
    2020-12-29 19:17

    Small point to add. If you remove the underline (text-decoration: none;) then the text will not be perfectly centred vertically. Links leave space for the underline. To my knowledge there is no way to override this except to add little extra top padding.

提交回复
热议问题