From e8aa271472fa125fcc6a8e74735a22cdfe7d08f3 Mon Sep 17 00:00:00 2001 From: Tom Chapman Date: Fri, 18 Jan 2019 17:15:51 -0600 Subject: [PATCH] added content (#31357) added more content describing font alignment choices. --- guide/english/typography/alignment/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/typography/alignment/index.md b/guide/english/typography/alignment/index.md index f790fbd88d8..7fa720887d9 100644 --- a/guide/english/typography/alignment/index.md +++ b/guide/english/typography/alignment/index.md @@ -9,6 +9,8 @@ Experiment with alignment to find exciting new visual combinations that make you Use CSS to align text whenever possible. You may encounter HTML alignment tags (e.g., `

` or `
`), but they are deprecated in HTML 5. +There are four main ways to align a paragraph, which we'll discuss in further detail below: Flush Left, Flush Right, Justified, and Centered. There are various factors to look at to determine which alignment will work best for your application. + ### Left-justified Text Default, `text-align: left;`