diff options
-rw-r--r-- | posts/text-align-justify.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/text-align-justify.md b/posts/text-align-justify.md index e5ca05e..bc30f56 100644 --- a/posts/text-align-justify.md +++ b/posts/text-align-justify.md @@ -1,6 +1,5 @@ -# Text Align: Justify - -2019-05-22 +[[!meta title="Text Align: Justify"]] +[[!meta date="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`. |