grid-template-columns: repeat(4, 1fr)
-
grid-template-rows: 40px 80px 40px
-
-
r1
-
r1
-
r2
-
r2
-
r3
-
r3
+
+
r1
+
r1
+
r2
+
r2
+
r3
+
r3
gap: 8px 16px
-
-
1
-
2
-
3
-
4
-
5
-
6
+
grid-column: span 2 / grid-row: span 2
-
-
span 2 cols
-
1x1
-
1x1
-
span 2 rows
-
1x1
+
+
+ span 2 cols
+
+
1x1
+
1x1
+
+ span 2 rows
+
+
1x1
grid-auto-flow: dense
-
-
wide
-
a
-
b
-
wide
-
c
+
+
+ wide
+
+
a
+
b
+
+ wide
+
+
c
grid-template-areas: "h h" "s m" "f f"
-
-
header
-
side
-
main
-
footer
+
+
header
+
side
+
main
+
footer
-