MCQ
What is the 'grid-template-columns' property in CSS Grid?
Responsive Web Design
A Sets column widths in a grid
B Sets row heights in a grid
C Sets the grid gap
D Sets the grid alignment
Explanation

grid-template-columns defines the number of columns and their widths in a CSS Grid, which can be made responsive using units like fr and minmax.