display will not transition without allow-discrete.
Acceptance criteria
- 1.display will not transition without allow-discrete.
display will not transition without allow-discrete.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #box { transition-property: display; transition-duration: 0.3s; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.