<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/web-beginner-en-WF0CF/3/2?curriculum_id=50579fb998b470000202dc8b
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Update: Verified as being a Chrome Bug. The lesson did work correctly in Edge. Sadly Edge is having issues after the latest Windows Insider Update (right-clicking causes a reload of the page or a crash).
Someone had already posted about this bug, but the topic was closed. Our code is correct.
The error message:
Oops, try again. Did you remember to set your a:link to have a text-decoration of none?
a:link {
text-decoration: none;
color: #008B45;
}
a:hover {
color: #00FF00;
}
a:visited {
color: #EE9A00;
}