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