Update index.html

Make hamburger nav show under xxl viewport
replaced spaces with tabs.
This commit is contained in:
JWB 2024-12-10 12:46:06 -05:00 committed by GitHub
parent f25840f51a
commit bfdf6dbf6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,8 @@
<h5>Collapsed List</h5> <h5>Collapsed List</h5>
<p>Add <code>role="list"</code> attribute to the <code>&lt;ul&gt;</code> or <code>&lt;ol&gt;</code> element for the hamburger menu, and then add <code>role="listitem"</code> attribute to each <code>&lt;li&gt;</code> element.</p> <p>Add <code>role="list"</code> attribute to the <code>&lt;ul&gt;</code> or <code>&lt;ol&gt;</code> element for the hamburger menu, and then add <code>role="listitem"</code> attribute to each <code>&lt;li&gt;</code> element.</p>
<hr> <hr>
<nav role="navigation" data-position="start" data-breakpoint="xxlg"> <h3>Example Hamburger Menu (resize width of screen if you don't see it)</h3>
<nav role="navigation" data-position="start" data-breakpoint="xxl">
<ul> <ul>
<li><a href="https://github.com/Yohn/PicoCSS" target="_blank">Yohns Fork</a></li> <li><a href="https://github.com/Yohn/PicoCSS" target="_blank">Yohns Fork</a></li>
</ul> </ul>