首页 前端知识 div内文字水平居中 垂直居中

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

2024-06-10 23:06:23 前端知识 前端哥 441 43 我要收藏

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;
————————————————

转载请注明出处或者链接地址:https://www.qianduange.cn//article/11859.html
标签
评论
发布的文章

FastJson 2『使用心得』

2024-06-18 23:06:34

fastjson(版本<=1.2.24)复现

2024-06-18 23:06:21

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!