We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dca47 commit 7a7670eCopy full SHA for 7a7670e
css-grid/Overview.bs
@@ -261,7 +261,7 @@ Placing Items</h3>
261
262
<pre>
263
grid-row: a; grid-column: a;
264
- grid-row: auto; grid column: auto;
+ grid-row: auto; grid-column: auto;
265
grid-row: 2; grid-column: 4;
266
grid-row: 1 / -1; grid-column: 3;
267
grid-row: header-start / footer-end; grid-column: sidebar-start / footer-end;
0 commit comments