Need assistance with this question 63 tried couple of stuff but it did not work

Tell us what’s happening:

Need assistance with this question 63 tried couple of stuff but it did not work

Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; SM-J410F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.61 Mobile Safari/537.36

Challenge: Step 63

Link to the challenge:

Hello,

Which part confuses you? How to target the tags or how to choose a suitable color?

I tried this code below to make the font white.

footer, footer a{

font-style: white;
}

Am not sure why the font color is not changing…

You need to use the property named color - font style is used for different purposes, e.g. to display a text in cursive: font-style: italic;

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.