ARYAN CODEPEN
⚡ live • no cache • responsive
code editor — html / css / js
📄 HTML
<structure>
Hello Aryan 🚀
click me
🎨 CSS
/* styles */
body { text-align: center; font-family: 'Segoe UI', sans-serif; background: #f0f4fa; padding: 2rem; margin: 0; } h1 { color: #1e2b3c; border-bottom: 2px solid #3399ff; display: inline-block; padding-bottom: 0.3rem; } button { background: #3399ff; border: none; color: white; font-size: 1.2rem; padding: 0.6rem 2rem; border-radius: 30px; cursor: pointer; margin-top: 1rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: 0.2s; } button:hover { background: #1e7ad6; transform: scale(1.02); }
⚙️ JavaScript
// (no console cache)
console.log("Hello from Aryan ✨"); // interactive example document.getElementById('action')?.addEventListener('click', () => { alert('🚀 Aryan code is live!'); document.body.style.background = '#e3f2fd'; });
live preview (uncached)
no-cache
no-store
must-revalidate