Problem: Film grain on heroes.

Solution#

html
<div class="pointer-events-none absolute inset-0 opacity-[0.04] bg-[url(/noise.png)]"></div>

Why this works#

pointer-events-none keeps clicks passing through.

Variants#

  • Responsive: add screen prefixes to the core classes
  • Dark: pair each color utility with its dark: twin
  • Animated: add transition + a state variant for motion

cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns