image1

the funniest thing is that it’s ablolutely true

.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}