bootstrap中文字如何做到垂直居中呢?

如题所述

第1个回答  推荐于2019-08-14

需要自己设个style ,在div 中设 height:50px;line-height:50px试试.

直居中只能使用这个代码
.center-vertical {
position:relative;
top:50%;
transform:translateY(-50%);

本回答被网友采纳
相似回答