Responsive Sunnyside project

Solution retrospective
I would appreciate any given feedback about my code. Also happy coding :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @RioCantre
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 ina
tags. The structures for mostnav
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!!
- The unordered list must have
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