diff options
-rw-r--r-- | posts/shiny-css-buttons.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/shiny-css-buttons.md b/posts/shiny-css-buttons.md index f568a49..2d9f1d0 100644 --- a/posts/shiny-css-buttons.md +++ b/posts/shiny-css-buttons.md @@ -1,6 +1,5 @@ -# Shiny, Animated CSS Buttons - -2021-04-27 +[[!meta title="Shiny, Animated CSS Buttons"]] +[[!meta date="2021-04-27"]] Everyone can appreciate fancy, animated buttons - but often times they come with a performance cost: *JavaScript*. Luckily for us, we can create our very own shiny, animated buttons with pure CSS. |