mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Update index.html
Make hamburger nav show under xxl viewport replaced spaces with tabs.
This commit is contained in:
parent
f25840f51a
commit
bfdf6dbf6c
1 changed files with 189 additions and 188 deletions
|
@ -124,7 +124,8 @@
|
||||||
<h5>Collapsed List</h5>
|
<h5>Collapsed List</h5>
|
||||||
<p>Add <code>role="list"</code> attribute to the <code><ul></code> or <code><ol></code> element for the hamburger menu, and then add <code>role="listitem"</code> attribute to each <code><li></code> element.</p>
|
<p>Add <code>role="list"</code> attribute to the <code><ul></code> or <code><ol></code> element for the hamburger menu, and then add <code>role="listitem"</code> attribute to each <code><li></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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue