We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd672e9 commit 7929c3eCopy full SHA for 7929c3e
1 file changed
css-grid/Overview.bs
@@ -3120,6 +3120,10 @@ Aligning the Grid: the 'justify-content' and 'align-content' properties</h3>
3120
</figure>
3121
</div>
3122
3123
+ If there are no <a>grid tracks</a>
3124
+ (the <a>explicit grid</a> is empty, and no tracks were created in the <a>implicit grid</a>),
3125
+ the sole <a>grid line</a> in each axis is aligned with the start edge of the <a>grid container</a>.
3126
+
3127
Note that certain values of 'justify-content' and 'align-content'
3128
can cause the tracks to be spaced apart
3129
(''justify-content/space-around'', ''justify-content/space-between'', ''justify-content/space-evenly'')
0 commit comments