Syntax: Variables in CSS. • ID: #15 Code :root{ --gap:15px; } .card{ padding:var(--gap); } Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →