This styling is for people who have not asked for reduced motion.
Acceptance criteria
- 1.This styling is for people who have not asked for reduced motion.
This styling is for people who have not asked for reduced motion.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } @media (prefers-reduced-motion: reduce) { #text { color: teal; } }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.