I don't know what I have done wrong

There are 2 tasks at the end have cross mark,
I tried everything even directly copy the code from the previous chapter but still can’t pass.
I don’t understand what I done wrong here.

Its difficult to say anything about the media query but have you linked your css to the html using the <link> element.

Regarding the links the href should have a hash(#) before the number so that the link goes to the section with the id. Example: <a.... href="#1>

That is what I missed.
The problem solved after I put on
<link rel="stylesheet" href="./styles.css">

The second one is exactly just like what you said.
Thanks!

1 Like

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