#child { position: absolute; width: 70px; height: 70px; background-color: blue; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); }