728x90 300x250 SMALL order 속성1 css order 속성 css의 order 속성은 flex나 grid 속성에서 엘리먼트의 배치 순서를 지정하는 속성입니다. 사용법은 z-index를 생각하면 이해하기 쉽습니다. 기본값은 order:0 이고 음수 양수를 지원하고 오름차순 정렬됩니다. 만약 order 갑이 같으면 순서대로 표시됩니다. html order0 order1 order2 order3 order test css .wrap {display:flex; list-style:none;flex-direction: column;} .wrap li:nth-child(1){ order:0;} .wrap li:nth-child(2){ order:1;} .wrap li:nth-child(3){ order:2;} .wrap li:nth-child(4){ order:3;} or.. 2021. 12. 30. 이전 1 다음 728x90 반응형 LIST