版本:4.3.1
方法一、align-items-center
於父層使用 align-items-center
這對我來說是有效的,代碼如下:
參考:https://stackoverflow.com/a/44801382/6784662
See the Pen bootstrap vertical align center – align-items-center by VECTOR.cool 威得數位
(@ann71727) on CodePen.
方法二、d-flex
與方法一出來的結果一樣、不過方法二不需要依賴父容器,代碼如下:
See the Pen bootstrap 4 column vertical align center – flex by VECTOR.cool 威得數位
(@ann71727) on CodePen.
[……]