summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/menu-toggle-css.md2
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">