Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Your session has expired please log in again.
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive Sunnyside project

Patrik 110

@Pjurak123

Desktop design screenshot for the Sunnyside agency landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


I would appreciate any given feedback about my code. Also happy coding :)

Community feedback

Rio Cantre 9,710

@RioCantre

Posted

Hello there! Awesome work in this project! Looking at your solution, I think you should considered the following as well...

  • The unordered list must have li tag to wrap the links in a tags. The structures for most nav list would be...
 <ul class="nav-list">
      <li><a href="#" class="nav-item">About</a></li>
      <li><a href="#" class="nav-item">Services</a></li>
      <li><a href="#" class="nav-item">Projects</a></li>
      <li><a href="#" class=" nav-item nav-contact">Contact</a></li>
</ul>

Above all, the design is well implemented. CSS structures is organized and well used. Hope this helps and Keep it up!!

0

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