center an element vertically
2022年5月1日小于 1 分钟
center an element vertically
Question
This is a very basic question and good to be the first CSS problem on BFE.dev.
Suppose you have an HTML structure as below
<div class="outer">
<div class="inner">
</div>
Please center the inner div vertically without changing their dimensions and colors.