Without content the pseudo-element never renders — colour the element green.
Acceptance criteria
- 1.Without content the pseudo-element never renders — colour the element green.
Without content the pseudo-element never renders — colour the element green.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } .text::before { color: green; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.