您可使用 grid-area 属性来命名网格项目。
通过在网格容器上使用 grid-template-areas属性,您可以在设置网格布局时引用该名称。
Item1 名为 "myArea",会占据(五列中的)两列的位置,并将横跨两行: