Minimalistic HTML + CSS | Zengarden Websites . com fork
Go to file
Fenix 3929cb31b2 upd 2024-10-11 10:22:07 +00:00
assets alfa version 2024-02-14 21:18:07 +01:00
README.md +- Lao Tzu blockquote \!/ - +-texts 2024-02-14 19:43:55 +01:00
index.html upd 2024-10-11 10:22:07 +00:00
style.css +upd.! 2024-02-14 21:34:28 +01:00

README.md

Zengarden Web - bits

fork of biutiful 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>