From 01387f34adb0ff8fafb51fcee3eb899ee75e5901 Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 9 Dec 2023 10:45:46 -0500 Subject: --- posts/menu-toggle-css.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'posts/menu-toggle-css.md') 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! -- cgit v1.2.3-54-g00ecf