<button id="menuBtn" class="menu-trigger">Menu</button>
<div id="fullNav" class="full-overlay">
<button id="closeBtn" class="close-trigger">×</button>
<nav class="overlay-content">
<a href="#">Home</a>
<a href="#">Work</a>
<a href="#">About</a>
<a href="#">Contact</a>
</nav>
</div>
Back to Snippets
Fullscreen Navigation Overlay JS
Create an immersive navigation experience with this fullscreen overlay. When the menu button is clicked, the navigation expands to cover the entire screen, giving you plenty of space for large, readable links.
406