Glassmorphism

Glass Navigation

Glassmorphic navigation bar with backdrop blur and hover effects on the links.

CSSNavHover
Glass Navigation — Glassmorphism effect
See it live (free account) →

The code

A glimpse of the source:

index.html
<div class="glass-nav-scene">
    <div class="glass-nav-bg-orb glass-nav-bg-orb--1">
    </div>
    <div class="glass-nav-bg-orb glass-nav-bg-orb--2">
    </div>
    <div class="glass-nav-bar">
      <span class="glass-nav-logo">BRAND</span>
      <div class="glass-nav-links">
        <button class="glass-nav-link glass-nav-link--active">Accueil</button>
        <button class="glass-nav-link">Produits</button>
🔒 Unlock the full code

Full HTML + CSS + JS, copy-paste-ready — with 800 more Premium effects.

Concrete use cases

A few real contexts where Glass Navigation shines:

How it works

Pure CSS effect — no JavaScript dependency. It relies on background blur (backdrop-filter).

Make it yours

You can tweak:

Add it in 3 steps

  1. Paste the HTML where you want the effect on your page.
  2. Add the CSS to your stylesheet (or in a <style> tag).
  3. Tweak the colors and CSS variables to match your brand — nothing to install.

Browser support

Works in every modern browser (Chrome, Firefox, Safari, Edge). Responsive, with graceful degradation. backdrop-filter needs Safari 9+ / Chrome 76+ (add the -webkit- prefix for Safari).

More Glassmorphism effects

Browse all Glassmorphism effects →

FAQ

Is the code free?

This effect is part of the Premium library (801 effects, copy-paste-ready code). Around 70 effects are free.

How do I add it to my project?

Copy the HTML, CSS and JS and paste them in. No dependencies, works with any framework.

Does it work on mobile?

Yes — the effects are responsive and degrade gracefully.