๐ธ
์์ ์ CSS๊ณต๋ถํ ๋์๋ ํ๋ฒ ํด๋ดค์ง๋ง ์ค๋๋ง์ ๋ค์ ๊ณต๋ถํ๋๊น์ ํด๋ดค๋ค.
์ด์๋ ๋ณ๊ฐ๋ก ๊ทธ๋ฆผ์ผ๋ก ํ๋ฒ์ ์ ์ ์๋ ์ฌ์ดํธ๋ ์ฒจ๋ถํด๋๊ณ ํ์ํ ๋ ๋ค์์ฐธ๊ณ ํด์ผ๊ฒ ๋ค.
- STAGE 1
justify-content: flex-end;
- STAGE 2
justify-content: center;
- STAGE 3
justify-content: space-around;
- STAGE 4
justify-content: space-between;
- STAGE 5
align-items: flex-end;
- STAGE 6
justify-content: center;
align-items: center;
- STAGE 7
justify-content: space-around;
align-items: flex-end;
- STAGE 8
flex-direction: row-reverse;
- STAGE 9
flex-direction: column;
- STAGE 10
flex-direction: row-reverse;
justify-content: flex-end;
Notice that when you set the direction to a reversed row or column, start and end are also reversed.
- STAGE 11
flex-direction: column;
justify-content: flex-end;
- STAGE 12
flex-direction: column-reverse;
justify-content: space-between;
- STAGE 13
flex-direction: row-reverse;
justify-content: center;
align-items: flex-end;
- STAGE 14
order: 1;
- STAGE 15
order: -3;
- STAGE 16
align-self: flex-end;
- STAGE 17
order: 2;
align-self: flex-end;
- STAGE 18
flex-wrap: wrap
- STAGE 19
flex-direction: column;
flex-wrap: wrap;
- STAGE 20
flex-flow: column wrap;
- STAGE 21
align-content: flex-start;
- STAGE 22
align-content: flex-end;
- STAGE 23
flex-direction: column-reverse;
align-content: center;
- STAGE 24
flex-flow:column-reverse wrap-reverse;
justify-content:center;
align-content:space-between;
'Development > TIL' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[centOS] local repository ๋ง๋ค๊ธฐ (0) | 2020.07.08 |
---|---|
vsc์์ wsl ํ์ผ ์์ ํ๊ธฐ (0) | 2020.04.11 |
์ ํ๋ธ ํด๋ก ์ฝ๋ฉ (0) | 2020.04.02 |
์ปดํจํฐ๊ณตํ ์ ๋ฌธโ (0) | 2020.02.28 |
Django girls tutorial (0) | 2020.02.11 |