Syntax: Variables in CSS. • ID: #11 Code :root{ --gap:10px; } .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 →