Can you do this HTML layout without using tables?

前端 未结 10 1120
心在旅途
心在旅途 2020-12-04 06:23

Ok, I had a simple layout problem a week or two ago. Namely sections of a page needed a header:

+------------------         


        
10条回答
  •  粉色の甜心
    2020-12-04 07:15

    This is kind of a trick question: it looks terribly simple until you get to

    Say I want the title and button to be vertically centered.

    I want to state for the record that yes, vertical centring is difficult in CSS. When people post, and it seems endless on SO, "can you do X in CSS" the answer is almost always "yes" and their whinging seems unjustified. In this case, yes, that one particular thing is hard.

    Someone should just edit the entire question down to "is vertical centring problematic in CSS?".

提交回复
热议问题