The column-gap CSS property for multi-column, flexbox and grid layouts works allows you to create a gap between columns. #box { display: flex; column-gap: 10px; }.
確定! 回上一頁