Skip to content

Commit

Permalink
36920 align self and justify self absol pos (mdn#37062)
Browse files Browse the repository at this point in the history
* added the *-self properties to see also of *-self

* removed the CSS properties in see also
  • Loading branch information
dletorey authored Dec 3, 2024
1 parent d489042 commit d35f4ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion files/en-us/web/css/align-self/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,6 @@ div:nth-child(3) {
- [Aligning items in a flex container](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Aligning_items_in_a_flex_container)
- [Box alignment in CSS grid layouts](/en-US/docs/Web/CSS/CSS_grid_layout/Box_alignment_in_grid_layout)
- [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment)
- The {{cssxref("align-items")}} property
- {{cssxref("align-items")}}
- {{cssxref("justify-self")}}
- {{cssxref("place-self")}}
4 changes: 3 additions & 1 deletion files/en-us/web/css/justify-self/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ span {

## See also

- {{CSSxRef("justify-items")}}
- [Box alignment in CSS grid layouts](/en-US/docs/Web/CSS/CSS_grid_layout/Box_alignment_in_grid_layout)
- [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment) module
- {{CSSxRef("justify-items")}}
- {{cssxref("align-self")}}
- {{cssxref("place-self")}}

0 comments on commit d35f4ae

Please sign in to comment.