From e637a3c703f4e7c7219fc5c2dec425e766e1e8ba Mon Sep 17 00:00:00 2001 From: Smruti Ranjan Rana Date: Fri, 2 Nov 2018 12:42:27 +0530 Subject: [PATCH] Add CSS Syntax (#19836) --- guide/english/css/text-align/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/english/css/text-align/index.md b/guide/english/css/text-align/index.md index ccbe247c31..9198190a6f 100644 --- a/guide/english/css/text-align/index.md +++ b/guide/english/css/text-align/index.md @@ -5,6 +5,11 @@ title: Text Align This CSS property describes the horizontal alignment of inline content in its parent block element. `text-align` does not control the alignment of block elements, it affects only their inline content. +### CSS Syntax +`text-align: value;` + +value : `left|right|center|justify|initial|inherit` + ### Values: The `text-align` property is specified as a single keyword chosen from the list of values below: