HTML,CSS+js
Flexbox 연습게임 Flexbox Froggy 공략 1~10단계
Nubbie
2023. 4. 11. 11:52
1단계
justify-content:flex-end;
2단계
justify-content: center;
3단계
justify-content : space-around;
4단계
justify-content:space-between;
5단계
align-items:end;
6단계
align-items: center;
justify-content: center;
7단계
justify-content:space-around;
align-items:end;
8단계
flex-direction:row-reverse;
9단계
flex-direction:column;
10단계
flex-direction: row-reverse;
justify-content: flex-end;