02横並びにしたメニューの配置を水平方向で調整せよ
emoji_objects
********** ul {
display: flex;
justify-content: space-around;
}
ヒント
-- css --
justify-content: space-around;
********** ul {
display: flex;
justify-content: space-around;
}
-- css --
justify-content: space-around;