div 内 文字居中方式

div 内 文字居中方式

技术教程gslnedu2025-06-15 17:38:063A+A-

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;

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

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

版权声明:本文为CSDN博主「hai7425」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。

原文链接:
https://blog.csdn.net/hai7425/article/details/127883320

点击这里复制本文地址 以上内容由朽木教程网整理呈现,请务必在转载分享时注明本文地址!如对内容有疑问,请联系我们,谢谢!
qrcode

朽木教程网 © All Rights Reserved.  蜀ICP备2024111239号-8