https://codepen.io/maria-hoek/pen/mddrVjJ?editors=1100
stuck onto task 4
I can’t acces the lessons so I can’t post a link
but it is into the last part of css just before js:
And this is the problem:
it says i need to add at least 5 li items
when i add our remove on this doesn’t change
1 <li><a class = "nav-link" href = "#how_to_take_care_of_a_bunny">Is a bunny right for me?</a></li>
2 <li><a class = "nav-link" href = "#do_i_like_bunny?">What materials do I need for my bunny?</a></li>
3 <li><a class = "nav-link" href = "#what_do_bunny_eat?">What do bunny's eat?</a></li>
4 <li><a class = "nav-link" href ="#bunny_proof">Is my house bunny proof?</a></li>
5<li><a class = "nav-link" href = "#where_to_get">Where do I get a bunny</a></li>
6 <li><a class = "nav-link" href = "#omg_i_killed_it">I kiled my bunny</a></li>
removing line 6 doesn’t fix it
and removing 6 and 5 also not
trying adding this:
<section id="bunnys" class="main-section nav-link">
our adding a main element is not working either