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 d0b19e4 commit bb16324Copy full SHA for bb16324
css-grid-1/Overview.bs
@@ -669,12 +669,12 @@ Grid Areas
669
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