diff options
author | bt <bt@web> | 2023-11-30 12:53:07 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-11-30 12:53:07 -0500 |
commit | bd836bc1be84e236713ce702bc5c57aeb994609e (patch) | |
tree | a8ed70f1f06dab515f2e959ca3837224459cf1ee /posts | |
parent | 0dd0917cff769d698475ef8a0eb1f48d8fd6a5c8 (diff) |
Diffstat (limited to 'posts')
-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`. |