diff options
author | bt <bt@web> | 2023-12-09 14:59:06 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-09 14:59:06 -0500 |
commit | c94abd6647357d5c9209d37e60e8e576215d49a9 (patch) | |
tree | c4389b82f2047098d24ce73f26aca600a652ac21 /posts/menu-toggle-css.md | |
parent | 01387f34adb0ff8fafb51fcee3eb899ee75e5901 (diff) |
Diffstat (limited to 'posts/menu-toggle-css.md')
-rw-r--r-- | posts/menu-toggle-css.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/posts/menu-toggle-css.md b/posts/menu-toggle-css.md index c790ce4..cbc2cb0 100644 --- a/posts/menu-toggle-css.md +++ b/posts/menu-toggle-css.md @@ -23,6 +23,8 @@ To implement this design you really don't need much in terms of HTML: - A `label` that corresponds to the `checkbox` - A `nav` element to house our unordered list items +--- + <!-- The checkbox input & label partner --> <input type="checkbox" id="menu-toggle"> |