Filters & Backdrop Effects
Apply visual CSS graphics filters like blur, grayscale, drop-shadow, and modern Glassmorphism frosted-glass backdrop blurs.
1. Image Filters (`blur`, `grayscale`, `sepia`)
blur-sm
grayscale
brightness-125
drop-shadow-2xl
2. Glassmorphism Effect (`backdrop-blur`)
Frosted glass UI elements overlay seamlessly on vibrant backgrounds using backdrop-blur-md and translucent background colors (bg-white/30):
Glassmorphism Card
Styled using bg-white/20 backdrop-blur-md border-white/30. Notice how the background gradient softly blurs through the card surface!
<div className="bg-white/20 backdrop-blur-md border border-white/30 rounded-2xl p-6 shadow-xl text-white"> <h4>Glassmorphism Card</h4> </div>
Next Up
Master mobile-first responsive breakpoints (sm, md, lg, xl, 2xl) in Tailwind.
Next Lesson: Responsive Design →