CSS实现在div中上面图片,下面文字居中(上下布局)

171 阅读1分钟

父级设置样式:

display: flex;
flex-direction: column; // 竖向排列
align-items: center;

实现效果:

image.png