Without a positioned parent the box anchors to the page.
Acceptance criteria
- 1.Without a positioned parent the box anchors to the page.
Without a positioned parent the box anchors to the page.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #box { position: absolute; bottom: 0; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.