.parent { 800px; height:500px; border:2px solid #000; display:flex; justify-content:center; align-items:center; } .child { 200px; height:200px; background-color: red; }
.parent { 800px; height:500px; border:2px solid #000; display:flex; justify-content:center; align-items:center; } .child { 200px; height:200px; background-color: red; }