Vertical Align with Absolute Positioning

后端 未结 3 1723
谎友^
谎友^ 2020-12-11 11:39

In the following code I\'m trying to make the elements within the green div.middle elements to vertically align to the middle.


I\'ve tried the table-cell appro

3条回答
  •  旧巷少年郎
    2020-12-11 12:11

    I used to have problems with vertical-align property before. I tend to realize that this property seemed to be more suited for tables. So I added this in your code on JSFiddle and it looked alright to me. Could you see if this would work with you?

                

    test

提交回复
热议问题