Skip to content

Commit

Permalink
Update text-align index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ragul1697 authored Oct 2, 2024
1 parent 12f63e8 commit 6e9de05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions files/en-us/web/css/text-align/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ text-align: left;
text-align: right;
text-align: center;
text-align: justify;
text-align: justify-all;
text-align: match-parent;

/* Block alignment values (Non-standard syntax) */
Expand Down Expand Up @@ -52,8 +51,6 @@ The `text-align` property is specified as a single keyword from the list below.
- : The inline contents are centered within the line box.
- `justify`
- : The inline contents are justified. Spaces out the content to line up its left and right edges to the left and right edges of the line box, except for the last line.
- `justify-all`
- : Same as `justify`, but also forces the last line to be justified.
- `match-parent`
- : Similar to `inherit`, but the values `start` and `end` are calculated according to the parent's {{cssxref("direction")}} and are replaced by the appropriate `left` or `right` value.

Expand Down

0 comments on commit 6e9de05

Please sign in to comment.