A border needs a style to be drawn.
Acceptance criteria
- 1.A border needs a style to be drawn.
A border needs a style to be drawn.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #input { padding: 8px; border: 1px #cccccc; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.