0
我在flexbox中使用了justify-content和align內容。他們之間有什麼區別?justify-content與align-content之間的區別
我在flexbox中使用了justify-content和align內容。他們之間有什麼區別?justify-content與align-content之間的區別
調整內容: justify-content屬性將主軸上的容器的內容對齊,默認爲橫軸。
align-content:當cross-axis上有額外的空間時,align-content屬性會在flex容器中對齊flex容器的行。
https://stackoverflow.com/questions/27539262/whats-the-difference-between-align-content-and-align-items – MorganFreeFarm