My inline-block elements are not lining up properly

后端 未结 5 784
醉话见心
醉话见心 2020-11-21 11:29

All of the elements within .track-container should line up nice and in line, each side by side, constrained by the 200px height they\'ve been given with no weir

5条回答
  •  孤城傲影
    2020-11-21 12:07

    Make sure the line-height ratio on all the elements you're trying to align is the same also. If you're using a mix of DIV, P, H1-5, DT, DD, INPUT, BUTTON tags this will also cause irregularities in vertical alignment depending on what you've already defined elsewhere.

提交回复
热议问题