<div class="spotlight-wrapper">
<div class="spotlight-header">
<h2>Next-Gen Platform</h2>
<p>Hover over the features below to reveal the interactive spotlight glow.</p>
</div>
<div class="spotlight-grid" id="spotlight-grid">
<div class="spotlight-card">
<div class="card-inner">
<div class="icon-circle">
<svg viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"></path></svg>
</div>
<h3>Lightning Fast</h3>
<p>Built with modern APIs and zero heavy dependencies so your site loads instantly.</p>
</div>
</div>
<div class="spotlight-card">
<div class="card-inner">
<div class="icon-circle">
<svg viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>
</div>
<h3>Ultra Secure</h3>
<p>Your data is protected by industry-leading encryption and security standards.</p>
</div>
</div>
<div class="spotlight-card">
<div class="card-inner">
<div class="icon-circle">
<svg viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path></svg>
</div>
<h3>Global Reach</h3>
<p>Deploy your application to a global edge network with just a single click.</p>
</div>
</div>
</div>
</div>
Back to Snippets
Modern Grid Spotlight Effect JS
Create an immersive experience with a modern grid spotlight effect. As your cursor moves, a subtle glowing gradient illuminates the borders of the cards, which looks highly premium.
93