diff options
Diffstat (limited to 'posts/menu-toggle-css.md')
-rw-r--r-- | posts/menu-toggle-css.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/menu-toggle-css.md b/posts/menu-toggle-css.md index e08fd96..c790ce4 100644 --- a/posts/menu-toggle-css.md +++ b/posts/menu-toggle-css.md @@ -1,6 +1,5 @@ -# Menu Toggle with Pure CSS - -2020-10-19 +[[!meta title="Menu Toggle with Pure CSS"]] +[[!meta date="2020-10-19"]] When thinking through navigation designs for mobile devices sometimes the best option is to store away the content behind a toggle button. This button would then display the menu items upon interaction. Let me show you how to create such an element with only CSS - no need for JavaScript today! |