문제

Demo - how to stretch li elements to parent container height, so they fit all in ul with appropriate height? I need smth like that:

expected result

도움이 되었습니까?

해결책

ul { display: table;}
li { display: table-row;}

다른 팁

Include one line inside the block of stylesheets for li

height: 25%;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top