In CSS The grid-template-areas property specifies areas within the grid layout.You can name grid items by using the grid-area property, and then reference to the name in the grid-template-areas property.So today we discuss how to do it.