Last question of the exam - HTML/CSS - why old version?

last question of the exam - HTML/CSS - why old version?

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Build a Personal Portfolio Webpage

Link to the challenge:

Hey there :wave:

What do you mean by “old version”? Are you referring to legacy course work vs the new course work? What exactly seems to be the issue you have?

Could you either post a link to your code or post your code here?

At the beginning of the exam, everything went fine, I passed 1,2,3,4 exams html / css in the code editor - pen code. And on the 5th exam, the foam code was gone, but the learning window became

HI @Baur86 !

You will no longer be able to submit your codepen link.
Instead, copy and paste your html and css into the fcc editor to pass the tests.
You will also need to link your css to the html by adding this line of code in your html file

<link rel="stylesheet" href="styles.css">

Hope that helps!

1 Like

Thank you! I hope it will be useful.

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