I've been trying to set my links text-declaration to none, but I keep getting this error message.
"Oops, try again. Did you remember to set your link's text-decoration to none;?"
link { font-family: Verdana; color: yellow; text-decoration: none; }
This is what the index.html page looks like.
About Me We're Codecademy! We're here to help you learn to code. Facebook
Does anyone know what i need to do to fix this and get it to accept the "text-decoration: none; ?"
Not really related to Episerver... but have you tried:
a { font-family: Verdana; color: yellow; text-decoration: none; }
I've been trying to set my links text-declaration to none, but I keep getting this error message.
"Oops, try again. Did you remember to set your link's text-decoration to none;?"
This is what the index.html page looks like.
Does anyone know what i need to do to fix this and get it to accept the "text-decoration: none; ?"