<nav class="glass-navbar">
<div class="nav-brand">
<svg viewBox="0 0 24 24" width="28" height="28" fill="none" stroke="#f8fafc" stroke-width="2"><circle cx="12" cy="12" r="10"></circle><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path></svg>
<span>Nexus</span>
</div>
<div class="nav-links">
<a href="#" class="nav-item">Mac</a>
<a href="#" class="nav-item">iPad</a>
<a href="#" class="nav-item">iPhone</a>
<a href="#" class="nav-item">Watch</a>
<a href="#" class="nav-item">Support</a>
</div>
<div class="nav-actions">
<button class="icon-btn">
<svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
</button>
<button class="icon-btn">
<svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2"><path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path></svg>
</button>
</div>
</nav>
<div class="content-spacer">
<h1>Scroll Down</h1>
<p>The navigation bar remains fixed and applies a beautiful blur to the content passing underneath it.</p>
</div>
Back to Snippets
Apple Style Glassmorphism Navbar CSS
Create a stunning Apple style glassmorphism navbar. We use deep backdrop filters so the background blurs beautifully, yet it stays perfectly sticky at the top of your page.
273