间隙的定义和写法,如果只写一个那就是行和列使用同一个间隙
grid-gap
grid-row-gap 和grid-column-gap 的缩写
.container{
grid-gap:<grid-row-gap><grid-column-gap>;
}