🐸 CSS Flexbox 속성 배우기 κ²Œμž„ : Flexbox Froggy

경이·2022λ…„ 2μ›” 11일
post-thumbnail

🐸 Flexbox Froggy ν•˜λŸ¬κ°€κΈ°

https://flexboxfroggy.com/#ko

🐸 Solution

/* 1번 */
justify-contetn: flex-end;

/* 2번 */
justify-content: center;

/* 3번 */
justify-content: space-around;

/* 4번 */
justify-content: space-between;

/* 5번 */
align-items: flex-end;

/* 6번 */
justify-content: center;
align-items: 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;

/* 11번 */
flex-direction: column;
justify-content: end;

/* 12번 */
justify-content: space-between;
flex-direction: column-reverse;

/* 13번 */
flex-direction: row-reverse;
justify-content: center;
align-items: end;

/* 14번 */
order:3;

/* 15번 */
order: -1;

/* 16번 */
align-self: flex-end;

/* 17번 */
order: 1;
align-self: flex-end;

/* 18번 */
flex-wrap: wrap;

/* 19번 */
flex-direction: column;
flex-wrap: wrap;

/* 20번 */
flex-flow: column wrap;

/* 21번 */
align-content: flex-start;

/* 22번 */
align-content: flex-end;

/* 23번 */
flex-direction: column-reverse;
align-content: center;

/* 24번 */
flex-direction: column-reverse;
justify-content: center;
flex-wrap: wrap-reverse;
align-content: space-between;

CSS : Flexbox λ₯Ό κ³΅λΆ€ν•œ λ’€ 속성 배우기 κ²Œμž„μ„ ν•΄λ³΄μ•˜λ‹€.
총 24λ‹¨κ³„κΉŒμ§€ μžˆλŠ”λ° 1단계 λΆ€ν„° 23λ‹¨κ³„κΉŒμ§€λŠ” 쉽닀. 24λ‹¨κ³„λŠ” 쑰금 생각해보며 풀은듯 .. κ·Έλž˜λ„ μ†”λ£¨μ…˜μ„ 보지 μ•Šμ•˜λ‹€λŠ”κ²ƒμ— 의의λ₯Ό λ‘κΈ°λ‘œ ν–ˆλ‹€!! λ‹€ν‘Έλ‹ˆκΉŒ 같은 μ‹œλ¦¬μ¦ˆμΈ λ‹Ήκ·Όκ²Œμž„λ„ μΆ”μ²œν•΄μ€€λ‹€. λ‹Ήκ·Όκ²Œμž„μ€ gridκ²Œμž„μΈκ²ƒ κ°™λ‹€γ…‹γ…Žγ…‹γ…Ž

profile
μ΄μ‚¬μ€‘μž…λ‹ˆλ‹€!🌟https://velog.io/@devkyoung2

0개의 λŒ“κΈ€