From f00c6f18e5ec12cad323156c5e1a283a2e875e74 Mon Sep 17 00:00:00 2001 From: Joost van der Schee Date: Thu, 8 Dec 2022 11:37:26 +0100 Subject: [PATCH] update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 640a7cc..0ff46bb 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ Demo: https://www.zengardenwebsites.com -A website in a single HTML file. It simply uses the #anchor suffix and the :target CSS selector to show and hide pages/content. +A website in a single HTML file. It simply uses the `#anchor` suffix and the `:target` CSS selector to show and hide pages/content. -To create a new page, add a <section> with a unique id: +To create a new page, add a `
` with a unique `id`: ```
Contact me!
``` -Then you could add a link to it inside <nav>: +Then you could add a link to it inside `