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 c049dd1 commit d5bd11eCopy full SHA for d5bd11e
css-grid-1/Overview.bs
@@ -669,12 +669,12 @@ Grid Areas</h3>
669
<pre>
670
/* using the template syntax */
671
#grid {
672
- display: grid;
673
- grid-template-areas: ". a"
674
- "b a"
675
- ". a";
676
- grid-template-columns: 150px 1fr;
677
- grid-template-rows: 50px 1fr 50px;
+ display: grid;
+ grid-template-areas: ". a"
+ "b a"
+ ". a";
+ grid-template-columns: 150px 1fr;
+ grid-template-rows: 50px 1fr 50px;
678
}
679
680
#item1 { grid-area: a }
0 commit comments