Technical documentation #10 #12 #13

Sorry to ask but it seems I did everything right, I don’t understand why I doesn’t work, here is my code: https://codepen.io/PatrisD/pen/mddEmPm.

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36.

Challenge: Build a Technical Documentation Page

Link to the challenge:

You did’t pass the task for the numbers:
10
12
13
No you did’t do everything right

let’s start from the first you don’t pass:

Additionally, the navbar should contain link (<a>) elements with the class of “nav-link”. There should be one for every element with the class “main-section”.

you don’t have that class in your code. You have may elements with the id “nav-link” - and this is an other issue, ids should be unique, you can’t reuse an id

1 Like