Flex layout

flex implements this layout, and multi-axis can be achieved on the premise that one line cannot be displayed. How should it be written here

Aug.05,2021

isn't this layout supposed to change the direction of the flex? there is no need to use multiple axes:

display: flex;
flex-direction: column;
justify-content: space-between;

flex-direction:column; /*()*/
justify-content:space-between;
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b3d4-2b9f6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b3d4-2b9f6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?