Why isn't my list vertically aligned? Even though I set ul
and li
to be 100% height of the parent, they only appear to be 100% of themselves.
I'm trying to avoid using margins or padding to achieve vertical alignment. How can I make them 100% of the parent so they sit in the middle vertically?