The 30px desktop size should only apply from 700px up, leaving phones at the default 16px.
Acceptance criteria
- 1.The 30px desktop size should only apply from 700px up, leaving phones at the default 16px.
The 30px desktop size should only apply from 700px up, leaving phones at the default 16px.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #text { font-size: 30px; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.