From 07e4a2dafe248280b5610f8c7d09b0f30b530f54 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 10 Jun 2024 09:41:25 -0400 Subject: Initial modifications to rebuilt only changed files based on mod date, performance updates --- build/posts/text-align-justify/index.html | 51 +++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 build/posts/text-align-justify/index.html (limited to 'build/posts/text-align-justify/index.html') diff --git a/build/posts/text-align-justify/index.html b/build/posts/text-align-justify/index.html new file mode 100644 index 0000000..2b95962 --- /dev/null +++ b/build/posts/text-align-justify/index.html @@ -0,0 +1,51 @@ + + + + + + + + Text Align: Justify + + + + + + + +
+

Text Align: Justify

+

2019-05-22

+

The text-align property is fairly well known in the world of CSS, even among those just starting out with the language. Values such as center, left and right are used often with this property, but a more forgotten option is justify.

+

What does justify do?

+

The MDN web docs define the justify value for text-align as such:

+

See it in action

+

Live CodePen Example

+

When should I use this?

+

It isn’t always appropriate to use justify in most instances, although it becomes very useful for long form articles or blog posts. Since it takes a heavy influence from original print book layouts, the justify value helps improve readability for larger chunks of content.

+

Fair warning: it is best to remove any justify values when targeting smaller screen sizes. Mobile devices and/or tablets tend to be small enough to break up the content already. This CSS value is better suited for larger viewports.

+

Browser support

+

The good news is that all major browsers support the justify value for the text-align CSS property. So have some worry-free fun with it!

+ \ No newline at end of file -- cgit v1.2.3-54-g00ecf