Engineering grid with a drifting cyan glow
<div className="min-h-screen w-full bg-[#07090c] relative"> <style>{` @keyframes reactbd-drift { 0%, 100% { background-position: 0 0, 0 0, 80% 0%; } 50% { background-position: 24px 12px, 24px 12px, 20% 40%; } } `}</style> <div className="absolute inset-0 z-0" style={{ backgroundImage: ` linear-gradient(to right, rgba(34, 211, 238, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(34, 211, 238, 0.1) 1px, transparent 1px), radial-gradient(700px 360px at 80% 0%, rgba(34, 211, 238, 0.28), transparent 62%) `, backgroundSize: "48px 48px, 48px 48px, 140% 140%", animation: "reactbd-drift 16s ease-in-out infinite", }} /></div>