please include actual code, not screenshots of code
(we can’t copy and paste screenshots to test if they behave the same on our end…)
Edit: It looks like you added the code in the wrong place? When I check the step, the new code is meant to be added just above the final div closing tag (3 lines above the bottom of the file)
Hi.
I don’t know how much of the code I should put here so I’m putting the whole thing.
Also, I’m sorry if I sound dumb I’m actually new to coding.
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
okay here is a tip for the fCC html/css projects in general.
When you click the reset button (it looks like an arrow turning)
you will see the editor reset the code back to its start
Notice now that the editor is empty?
This is because it wants you to start typing in the empty line it has provided here.
This line happens to be above these 3 lines if you notice
</div>
</body>
</html>
So type your code there.
Edit: I also want to suggest that if you haven’t followed the fCC curriculum in order, that you may want to go back and do that as the projects are meant to be done in increasing order of difficulty.
Also, I am following the curriculum in order but I haven’t been doing it for a while now and then I started doing the picasso painting thing yesterday , that is why I got confused.
But i think i’ll be okay now.
Thank you:)