![]() |
VOOZH | about |
The grid-template-areas property in CSS allows you to define named grid areas within a grid layout. This property specifies how grid items are placed into areas using a named grid template. Let's explore its syntax, values, examples, and browser support.
grid-template-areas: none | 'name1 name2 ...' | 'name3 name4 ...';Example 1: This example displays the grid-template-areas property.
Output:👁 CSS grid-template-areas-example1
Example 2: This example displays the grid-template-areas property.
Output:
👁 CSS grid-template-areas-example2
Understanding how to utilize the grid-template-areas property effectively can enhance the organization and structure of your CSS grid layouts, improving readability and maintainability of your code.
Supported Browsers: The browser supported by grid-template-areas property are listed below: