中间文字与图片在flexbox-Centertextwithimagesinflexbox
作者:情系初冬_883 | 来源:互联网 | 2023-05-18 00:34
Immakingawebpageandneedtocenter-align3divsaspromocontent,likethat:我正在制作一个网页,需要将3个div
CSS:
CSS:
#promocontent {
display: flex; /* establish flex container */
flex-direction: row; /* default value; can be omitted */
flex-wrap: nowrap; /* default value; can be omitted */
justify-content: space-between; /* switched from default (flex-start, see below) */
padding: 5px;
}
Now, I need to add text on the center-bottom of these images, something like:
现在,我需要在这些图片的中下方添加一些文字,比如:
header text
text text text text text