Domanda

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

È stato utile?

Soluzione

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

Altri suggerimenti

Include one line inside the block of stylesheets for li

height: 25%;
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top