<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.>
CSS Positioning lesson See It to Believe It.
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
I have typed in the code for the lesson and it keeps giving me an error message that says “Oops, try again. It looks like your border-color isn’t #0000FF.” The code is right. I used an advisor and after a few attempts she basically said she doesn’t know to use the troubleshooting forum post. It showed clear on her side. I went through the troubleshooting forum. I did everything in there as well. I reset zoom (though I never changed it), checked for software updates (everything up to date), cleared cache, and tried different browsers (chrome, explorer). I also tried the code two different ways. I even copy and pasted the code the “advisor” gave. Still giving me the error message. I have skipped forward to the other ones, but need to have this step cleared, so the lesson will be cleared. Frustrated doesn’t even begin to explain it.
*{
border: 1px dashed #0000FF;
}
also tried like this
- {
border: 1px dashed #0000FF;
}
<do not remove the three backticks above>