.parent { display: grid; grid-template-columns: 20% 20% 20% 20% 20%; } .child { grid-column-start: 4; }