One
Two
Three
has
extra
text
Four
Five
Six
.box { display: grid; width: 540px; grid-template-columns: 120px 120px 120px; align-items: start; justify-content: space-between; } .box :first-child { align-self: center; }
One
Two
Three
has
extra
text
Four
Five
Six