1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > div内文字水平居中+垂直居中

div内文字水平居中+垂直居中

时间:2019-09-02 12:41:43

相关推荐

div内文字水平居中+垂直居中

div 内 文字居中方式

1、上下居中(垂直居中)

style=“height: 40px;

background-color: #FFFFFF;

display: flex;

flex-direction: row;

align-items: center;

2、左右居中(水平居中)

style=“height: 40px;

background-color: #FFFFFF;

display: flex;

flex-direction: row;

justify-content: center;

3、左右居中(水平居中)

display: flex;

flex-direction: column;

align-items: center;

————————————————

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。