A property and its value are separated by a colon.
Acceptance criteria
- 1.A property and its value are separated by a colon.
A property and its value are separated by a colon.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } p { color green; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.