The .alert rule should make the message red, but it is being overridden. Make the alert text render red without using !important.
Acceptance criteria
- 1.#notice .alert text must compute to rgb(220, 38, 38).
The .alert rule should make the message red, but it is being overridden. Make the alert text render red without using !important.
<div id="notice"> <p class="alert">Your session is about to expire.</p> </div>
Output ready when you are
Press Run to render your code, or Submit to validate your solution.