플렉스 항목을 오른쪽 정렬하는 방법은 무엇입니까? 사용하는 것보다 "연락처"를 오른쪽 정렬하는 더 유연한 방법이 position: absolute있습니까? .main { display: flex; } .a, .b, .c { background: #efefef; border: 1px solid #999; } .b { flex: 1; text-align: center; } .c { position: absolute; right: 0; } With title Home Some title centered Contact Without title Home Contact http://jsfiddle.net/vqDK9/ 여기 있습니다. justify-content: space-between플렉스 컨테이너에 설정하십시오..