rgb() channels are separated by commas or spaces.
Acceptance criteria
- 1.rgb() channels are separated by commas or spaces.
rgb() channels are separated by commas or spaces.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #box { color: rgb(255; 87; 51); }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.