0

enter image description here

Im having trouble understanding how to to vertically center the menu "li" items within the green section("ol" element). I tried to set margin top & bottom to "auto" but with no effect.

here is the CSS:

.red-box {
  background-color: red;
  height: 100px;
}

ol {
  background-color: green;
  text-align: center;
  height: 25px;
}

li {
  display: inline-block;
}
Kameron
  • 10,240
  • 4
  • 13
  • 26
BlkDevOps
  • 27
  • 2

0 Answers0