Langue
Retour

Design et Ressources

Noise Overlay CSS Générateur

Générer noise overlay CSS style.

Entrée

Noise Overlay CSS Générateur

noise overlaycsstextureui
Sortie

Noise Overlay CSS Generator

.noise-overlay {
  position: relative;
  isolation: isolate;
}

.noise-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background:
    repeating-radial-gradient(#0f172a 0 1px, transparent 1px 3px),
    repeating-linear-gradient(45deg, color-mix(in srgb, #334155 30%, transparent) 0 2px, transparent 2px 4px);
}

Outils similaires

Cookie preferences

We use cookies for essential site features and, with your permission, analytics and advertising.