0

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

Tetsujin no Oni
  • 7,300
  • 2
  • 29
  • 46
Alex Ivasyuv
  • 8,585
  • 17
  • 72
  • 90

2 Answers2

1
ul { display: table;}
li { display: table-row;}
Caelea
  • 2,318
  • 15
  • 22
0

Include one line inside the block of stylesheets for li

height: 25%;
RAM
  • 2,413
  • 1
  • 21
  • 33