(1)justify-content: space-between;について、色々調べましたが、Flex Itemを等間隔で
配置するとありました。本章で(1)justify-content: space-between;を付けることで、
なぜ<li>が右の端に移動するのでしょうか?
ご教授お願い致します。
header {
display: flex;
justify-content: space-between;・・・(1)
}
この回答を見るにはプレミアムプランへの登録が必要です
プレミアムプランとは?