Vertical align middle on an inline-block anchor tag

后端 未结 5 1549
无人共我
无人共我 2020-12-15 10:11

I have a need for my links and buttons to look the same, but I\'ve been unable to vertically align the text within an \"a\" tag in the same manner as the \"button\" tag. It

5条回答
  •  失恋的感觉
    2020-12-15 10:36

    If your text won't be larger than the width of the box you could set the line-height equal to the height of the box.

    line-height:150px;

提交回复
热议问题