From 6e9de0581be209f61600c49a2c223382ab156acd Mon Sep 17 00:00:00 2001 From: Ragul <67683723+ragul1697@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:26:41 +0530 Subject: [PATCH] Update text-align index.md --- files/en-us/web/css/text-align/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/en-us/web/css/text-align/index.md b/files/en-us/web/css/text-align/index.md index 484e5a81ddd22a7..7f124ad384151e4 100644 --- a/files/en-us/web/css/text-align/index.md +++ b/files/en-us/web/css/text-align/index.md @@ -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) */ @@ -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.