Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

News Homepage

Mark 250

@markskwid

Desktop design screenshot for the News homepage coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


I didn't know that this challenge requires JavaScript to toggle the menu because it only shows HTML and CSS that's why I only used CSS :target to toggle the menu.

I learned a lot in this challenge. Please drop some tips in the comment section.

Thank you!

Community feedback

Adriano 36,930

@AdrianoEscarabote

Posted

hi Mark, how are you?

I have some tips that I think you will like:

To remove the problem from the challenge, all you need is a ul tag around the li, so wrap every li in a ul, and add that attribute to the ul.

ul {
    list-style: none;
}

the rest is great!!

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord