When using CSS Grid, what is the purpose of the grid-template-columns property?

  • defines the size of the grid container
  • establishes the layout of the grid rows
  • sets the size of the grid columns
  • specifies the number of rows in the grid
The grid-template-columns property in CSS Grid defines the size of the columns in the grid layout, allowing for precise control over the layout of the grid's columns.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *