Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-[#0a0a0a] relative text-white"> {/* Diagonal Grid with Green Glow */} <div className="absolute inset-0 z-0 pointer-events-none" style={{ backgroundImage: ` repeating-linear-gradient(45deg, rgba(255, 20, 147, 0.15) 0, rgba(255, 20, 147, 0.15) 2px, transparent 2px, transparent 30px), repeating-linear-gradient(-45deg, rgba(0, 255, 255, 0.1) 0, rgba(0, 255, 255, 0.1) 1px, transparent 1px, transparent 25px) `, backgroundSize: "40px 40px", }} /> {/* Your Content/Components */} </div>