I am stuck on step 14. its not recognizing my CSS code that’s needed to complete this step. I have tried different things and can not figure out where I’m going wrong . It say my a element should not have any text decorations. I have enter: a { text-decoration: none; } and others and it keeps failing the step. Please help
Welcome to the forum @shayhooks81
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Happy coding
that’s not helping me figure out the problem I have been looking for help for a 2 weeks now.
Hi @shayhooks81
Please share a link to the challenge and your code.
There are two ways you can format your code to make it easier to read and test:
- After you copy/paste your code into the editor, select it by dragging your cursor over it then click the (
</>) button in the toolbar to automatically wrap your code in backticks. (You can click on the animated demo image below to enlarge it.)
- Manually add three backticks on a new line above your code and on a new line after your code. Note that a backtick is NOT the same as a single quote('). To find the backtick key on your keyboard, see this post.
To see changes to your post as you make them, you can click the (M+) button on the toolbar to bring up the rich text editor:
Happy coding


