250x250
Notice
Recent Posts
Recent Comments
Link
Chanho_Park
[CSS] div 수직 , 수평 정렬 본문
728x90
flex-direction: row;
/* 기본값, 아이템을 왼쪽에서 오른쪽으로 수평 정렬함 */
flex-direction: row-reverse;
/* 아이템을 오른쪽에서 왼쪽으로 수평 정렬함 */
flex-direction: column;
/* 아이템을 위에서 아래로 수직 정렬함 */
flex-direction: column-reverse;
/* 아이템을 아래에서 위로 수직 정렬함 */
728x90
'CSS' 카테고리의 다른 글
donut chart 도넛차트 그리기 css (0) | 2022.11.22 |
---|---|
[JQuery] Modal 관련 Css (0) | 2022.11.20 |
[JQuery] 엔터 누를 때 작동되게 하는 법 (0) | 2022.11.20 |