.parrent{ position:relative; width:100px; } .child { width: 100%; position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; }