In Technichal Documentations task. "#navbar" Problem

I have completed everything except #navbar decoration. I did decorat that and it is decorated respactively but when i run the test, it still gives error.
I searched and tried different methods but I could not solve that after a lot of searching. I would like you to let me help with.
I feel like the main problem is with the “Codpen work space”. I feel it does not recoginzed exactly the changes i do to my code. I gusse so!

please link to your project so we can see your code

1 Like

hier is the link.

all tests pass if I run them, which test do you see failing?

Thank you for your responce. Here is the problem I faceing with…


Would be glad enough… :blush:

look at the first line of the error

you may also want to check that red explamation mark

1 Like

Thank you so much… Its so satisfaction… ohhhhh. thank you so much
.

@ilenia I got problem with my work. I have done all the tasks of the first certification of FCC. and now there is none of my saved work anymore. I dont know how is it happened? could you pleaye help me out. I had reached to the projects and was at the door to get my certificate, but it all dismissed.

The new Responsive Web Design curriculum content has been released.

FAQ:

  1. Can I complete the old content?
  • Yes. The old content is still available, and has been moved to the bottom of the curriculum map and renamed to Responsive Web Design Legacy
  1. What will happen to my progress?
  • Nothing. Your past progress will still be available in the Responsive Web Design Legacy curricula
  1. Can I claim the old certificate?
  • The certifications are exactly the same. All you need to claim a certificate is to complete the 5 Certification Projects which are identical for both the Responsive Web Design and Responsive Web Design Legacy curricula
  1. Should I stop doing the legacy content, and just start over with the new content?
  • This is entirely up to you. Majority of the topics are the same - just taught in a different way. (See Project-Based Curricula)
  1. How do I use the new editor?
  • The new editor is as close to an external text editor as we wanted to get it. If the files for the challenge have been enabled, you can access the index.html and styles.css tabs which you should use for the respective code.
  • Two main differences between this editor and other online editors:
    • You need to link your styles.css file to your HTML (just like you would in real web-development), by adding the following line to the head of your HTML:
<link href="styles.css" />
    • You are encouraged to include the DOCTYPE, html, head and body tags for each project.
1 Like

Thank you so much for your kind response. It sees alright.

1 Like

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