I ran the test on my code for tribute page with the FCC Test suite template and it showed that I got the whole process correctly (10/10) but whenever I copy the code to the FreeCodeCamp page itself (where we take the lessons), it shows that the code is incomplete (screenshot attached) below.
Please help! How do I fix this?
Here’s the link to my code https://codepen.io/sun-base/pen/JjpNayp
It is difficult to say anything without having your code.The only thing I can say now is have you linked the css to the html?
I attached my codepen link to the post. The code is there. Here is it again https://codepen.io/sun-base/pen/JjpNayp
Your link tag:
<link rel="stylesheet" href="norman.css" type="text/css" alt="Dr. Norman Borlaug and his colleagues" >
The href is supposed to be “styles.css”, it will work in codepen, because the css is linked automatically.
Thanks so much. This worked!