柔軟なレイアウト設計とレスポンシブ対応
flex-row(横並び)
flex-col(縦並び)
justify-start
justify-center
justify-end
justify-between
justify-around
justify-evenly
items-start
items-center
items-end
items-stretch
flex-wrap(折り返しあり)
レスポンシブ: sm:flex-row(モバイルは縦、タブレット以上は横)
CSS Grid レイアウトも学んでみましょう。
カタログを見る