Minimalistic HTML + CSS | Zengarden Websites . com fork
Go to file
Joost van der Schee 715362cc62
Update index.html
2022-12-13 11:10:22 +01:00
assets update 2022-12-08 23:24:06 +01:00
CNAME Create CNAME 2022-12-08 11:04:20 +01:00
README.md update 2022-12-08 11:37:26 +01:00
google50d887eee3ca04cf.html update 2022-12-08 23:12:04 +01:00
index.html Update index.html 2022-12-13 11:10:22 +01:00
style.css update 2022-12-08 23:36:50 +01:00

README.md

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.

To create a new page, add a <section> with a unique id:

<section id="contact">
   Contact me!
</section>

Then you could add a link to it inside <nav>:

<a href="#contact">Contact</a>