🧩 AI Kids Builder
Playground
Mini Website
Clicker
Quiz
Prompt → Code
AI Kids
HTML/CSS Playground
Փոխիր HTML-ը կամ CSS-ը և սեղմիր Run։
HTML
<section class="card"> <h1>Իմ առաջին կայքը</h1> <p>Սա իմ առաջին HTML/CSS նախագիծն է AI Kids Builder-ում։</p> <button onclick="alert('Բարև Builder!')">Սեղմիր ինձ</button> </section>
CSS
body { font-family: Arial, sans-serif; background: #eef3ff; padding: 30px; } .card { background: white; padding: 28px; border-radius: 22px; box-shadow: 0 10px 30px rgba(0,0,0,.12); } button { background: #5b6cff; color: white; border: 0; padding: 12px 18px; border-radius: 12px; cursor: pointer; }
Run ▶
Արդյունք