diff options
author | bt <bt@web> | 2023-12-01 15:15:59 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-01 15:15:59 -0500 |
commit | 9561ed97e2a24447c5a337d40556a1c62e1183fa (patch) | |
tree | 08d5a39b612e8210d3a74a7c2026925491e37007 /posts/shiny-css-buttons.md | |
parent | fe384112b49b167673290dbb49e16ed8587ed391 (diff) |
Diffstat (limited to 'posts/shiny-css-buttons.md')
-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. |