Question

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

Était-ce utile?

La solution

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

Autres conseils

Include one line inside the block of stylesheets for li

height: 25%;
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top