File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Value Definitions</h3>
104
104
also accept the <a>CSS-wide keywords</a> as their property value.
105
105
For readability they have not been repeated explicitly.
106
106
107
- <h2 id='masonry-layout '>
107
+ <h2 id='grid-template-masonry '>
108
108
Masonry Layout</h2>
109
109
110
110
<pre class='propdef partial'>
@@ -115,7 +115,7 @@ Masonry Layout</h2>
115
115
Inherited : no
116
116
Percentages : refer to corresponding dimension of the content area
117
117
Computed value : the keyword ''grid-template-columns/none'' or the keyword ''grid-template-columns/masonry'' or a [[computed track list]]
118
- Animation type : see [[css-grid-2#propdef-grid-template-columns |CSS Grid Level 2]]
118
+ Animation type : see [[css-grid-2#track-sizing |CSS Grid Level 2]]
119
119
</pre>
120
120
121
121
[=Masonry layout=] can be applied to [=grid containers=]
@@ -127,7 +127,7 @@ Masonry Layout</h2>
127
127
Line names and track sizes can be specified on the [=grid container=] ,
128
128
and [=grid items=] can be placed into the tracks and span them
129
129
using 'grid-column' / 'grid-row' as usual.
130
- The [=alignment properties=] work the same as in a regular [=grid container=]
130
+ The [=box alignment properties=] work the same as in a regular [=grid container=]
131
131
in the [=grid axis=] .
132
132
133
133
In the [=masonry axis=] however,
You can’t perform that action at this time.
0 commit comments