diff options
author | bt <bt@web> | 2023-12-11 14:11:51 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-11 14:11:51 -0500 |
commit | 714ee6e5960bf720c2bcc7cf100abf862e811c30 (patch) | |
tree | a1bfa4d7c9ac30e38800d50852c2c1c45c037b7d /posts/first-letter.md | |
parent | 1a72587292926bef9509338099e09a0f25d87a47 (diff) |
Diffstat (limited to 'posts/first-letter.md')
-rw-r--r-- | posts/first-letter.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/first-letter.md b/posts/first-letter.md index e1768d5..c5a06e1 100644 --- a/posts/first-letter.md +++ b/posts/first-letter.md @@ -1,6 +1,5 @@ -# First Letter Pseudo Element - -2019-05-03 +[[!meta title="First Letter Pseudo Element"]] +[[!meta date="2019-05-03"]] In today's TypeTip we will be taking a look at the often overlooked `:first-letter` CSS pseudo element. Though you might only use this for specific article-format web pages, it's still a nice-to-have in your web dev toolset. |