diff options
author | bt <bt@web> | 2023-11-30 14:14:09 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-11-30 14:14:09 -0500 |
commit | 5fc05ba116ced4109b83be38ed2c3ed0356bb671 (patch) | |
tree | fdc706d140d7b77f2e4cdb2ce2611aa00768bd19 | |
parent | 79b98919f3976696a24349ae58a689ce4f1a2b68 (diff) |
-rw-r--r-- | posts/stripe-menu-css.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/stripe-menu-css.md b/posts/stripe-menu-css.md index 4e2c2e3..eca02f2 100644 --- a/posts/stripe-menu-css.md +++ b/posts/stripe-menu-css.md @@ -1,6 +1,5 @@ -# Stripe Menu Dropdowns (CSS) - -2020-03-31 +[[!meta title="Stripe Menu Dropdowns (CSS)"]] +[[!meta date="2020-03-31"]] In a previous article I wrote, [Minimal CSS: Dropdown Menus](blog/minimal-css-menu), I showed how you could create a basic menu dropdown with only 121 bytes of CSS. While this demo is great for simple text-based menu dropdowns, it doesn't show just how complex (in a good way) you can make CSS-only menus. So, let's do just that. |