MCQ
What is the 'grid-template-columns' property in CSS Grid?
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.