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; position: absolute; top: 0; left: 0; right: 0; height: 25%; } #leftFrame #tabs div { border: …