A media rule starts with @media.
Acceptance criteria
- 1.A media rule starts with @media.
A media rule starts with @media.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } media (max-width: 600px) { #box { color: rgb(255, 0, 0); } }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.