File tree 2 files changed +81
-203
lines changed
2 files changed +81
-203
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,11 @@ Overview of Alignment Properties</h2>
117
117
<img src="images/content-example.svg" width=106 height=106 alt="">
118
118
content within element
119
119
<small> (effectively adjusts padding)</small>
120
- <td> block containers and flex containers
120
+ <td> block containers, <a>flex containers</a> , and <a>grid containers</a>
121
121
<tr>
122
122
<th> 'align-content'
123
123
<td> stacking
124
- <td> block containers and flex containers
124
+ <td> block containers, <a>flex containers</a> , and <a>grid containers</a>
125
125
<tbody>
126
126
<tr>
127
127
<th> 'justify-self'
@@ -130,11 +130,11 @@ Overview of Alignment Properties</h2>
130
130
<img src="images/self-example.svg" width=106 height=106 alt="">
131
131
element within parent
132
132
<small> (effectively adjusts margins)</small>
133
- <td> block-level elements and grid items
133
+ <td> block-level elements and <a> grid items</a>
134
134
<tr>
135
135
<th> 'align-self'
136
136
<td> stacking
137
- <td> flex items and grid items
137
+ <td> <a> flex items</a> and <a> grid items</a>
138
138
<tbody>
139
139
<tr>
140
140
<th> 'justify-items'
@@ -143,11 +143,11 @@ Overview of Alignment Properties</h2>
143
143
<img src="images/items-example.svg" width=106 height=106 alt="">
144
144
items inside element
145
145
<small> (controls child items’ ''align/justify-self: auto'' )</small>
146
- <td> grid containers
146
+ <td> <a> grid containers</a>
147
147
<tr>
148
148
<th> 'align-items'
149
149
<td> stacking
150
- <td> flex containers and grid containers
150
+ <td> <a> flex containers</a> and <a> grid containers</a>
151
151
</table>
152
152
153
153
<p class=issue>
You can’t perform that action at this time.
0 commit comments