Is it correct to say that `justify-items` aligns grid items horizontally within columns whereas `justify-content` aligns the columns themselves within the grid?

Question

Is it correct to say that justify-items aligns grid items horizontally within columns whereas justify-content aligns the columns themselves within the grid?

Answer

Yes! This is the correct understanding of these two properties.