Design a Business Card: No Underline for Links

Hello, I have this issue for this chapter. The only problem I have is this:

// running tests
41. The links of the page should have no underline.
// tests completed

the code I have in css:

a {

font-style: normal;

}

I don’t understand why it is not allowing for it to complete.

Hi there and welcome to the forum!

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 Get Help > Ask for Help button located on the challenge.

The Ask for 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.

Thank you.

Welcome to the forum @trk

So the forum can assist, please post your HTML and CSS code.

Make sure the stylesheet is linked to the HTML.

Happy coding