File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1379,7 +1379,7 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
1379
1379
Name : align-items
1380
1380
Value : normal | stretch | <<baseline-position>> | [ <<overflow-position>>? && <<self-position>> ]
1381
1381
Initial : normal
1382
- Applies to : block-level elements
1382
+ Applies to : flex containers and grid containers
1383
1383
Inherited : no
1384
1384
Percentages : n/a
1385
1385
Media : visual
@@ -1400,12 +1400,12 @@ Self-Alignment Shorthand: the 'place-items' property</h3>
1400
1400
<pre class="propdef">
1401
1401
Name : place-items
1402
1402
Value : [ auto | normal | stretch | <<baseline-position>> | <<self-position>> ]{1,2}
1403
- Initial : auto
1404
- Applies to : block-level boxes, absolutely-positioned boxes, and grid items
1403
+ Initial : see individual properties
1404
+ Applies to : see individual properties
1405
1405
Inherited : no
1406
1406
Percentages : n/a
1407
1407
Media : visual
1408
- Computed value : specified value
1408
+ Computed value : see individual properties
1409
1409
Animatable : no
1410
1410
</pre>
1411
1411
You can’t perform that action at this time.
0 commit comments