iOS-like translucent blurry navigation bar

@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) { #nav { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background: rgba(255,255,255,.7); } }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.