File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,11 +117,11 @@ Overview of Alignment Properties</h2>
117117 <img src="images/content-example.svg" width=106 height=106 alt="">
118118 content within element
119119 <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>
121121 <tr>
122122 <th> 'align-content'
123123 <td> stacking
124- <td> block containers and flex containers
124+ <td> block containers, <a>flex containers</a> , and <a>grid containers</a>
125125 <tbody>
126126 <tr>
127127 <th> 'justify-self'
@@ -130,11 +130,11 @@ Overview of Alignment Properties</h2>
130130 <img src="images/self-example.svg" width=106 height=106 alt="">
131131 element within parent
132132 <small> (effectively adjusts margins)</small>
133- <td> block-level elements and grid items
133+ <td> block-level elements and <a> grid items</a>
134134 <tr>
135135 <th> 'align-self'
136136 <td> stacking
137- <td> flex items and grid items
137+ <td> <a> flex items</a> and <a> grid items</a>
138138 <tbody>
139139 <tr>
140140 <th> 'justify-items'
@@ -143,11 +143,11 @@ Overview of Alignment Properties</h2>
143143 <img src="images/items-example.svg" width=106 height=106 alt="">
144144 items inside element
145145 <small> (controls child items’ ''align/justify-self: auto'' )</small>
146- <td> grid containers
146+ <td> <a> grid containers</a>
147147 <tr>
148148 <th> 'align-items'
149149 <td> stacking
150- <td> flex containers and grid containers
150+ <td> <a> flex containers</a> and <a> grid containers</a>
151151 </table>
152152
153153 <p class=issue>
You can’t perform that action at this time.
0 commit comments