What is the best/proper way to vertically align the text in the middle of its column? The image height is statically set in the CSS.
I have tried setting an outer di
Could you not have simply added:
align-items:center;
to a new class in your row div. Essentially:
.align_center { align-items:center; } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复