Pergunta

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

Foi útil?

Solução

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

Outras dicas

Include one line inside the block of stylesheets for li

height: 25%;
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top