Question
Can we use the overflow
property to hide columns that spill out of our grid?
Answer
Yes! Declaring overflow: hidden;
on a grid container will hide any content that spills out of the grid. Note that it is usually a better idea to create flexible, responsive grids rather than hiding content.