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;
'HTML,CSS+js' 카테고리의 다른 글
쿠키(cookie),세션(session)의 차이 (1) | 2023.04.12 |
---|---|
Flexbox 연습게임 Flexbox Froggy 공략 11~24단계 (0) | 2023.04.11 |
JSP 한글깨짐 해결방법 (0) | 2023.04.11 |
URL(Uniform Resource Locator)이란? (1) | 2023.04.11 |
HTTP의 오류 코드들과 이유 (0) | 2023.04.11 |