The three-column layout is the base, so phones get it too.
Acceptance criteria
- 1.The three-column layout is the base, so phones get it too.
The three-column layout is the base, so phones get it too.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #grid { display: grid; grid-template-columns: 100px 100px 100px; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.