24
수평 및 수직 요소를 중심에 배치하는 방법
탭 내용을 세로로 가운데에 맞추려고하지만 CSS 스타일을 추가 display:inline-flex하면 가로 텍스트 정렬이 사라집니다. 각 탭에 대해 텍스트 맞춤 x 및 y를 어떻게 만들 수 있습니까? * { box-sizing: border-box; } #leftFrame { background-color: green; position: absolute; left: 0; right: 60%; top: 0; bottom: 0; } #leftFrame #tabs { background-color: red; …