Mobile First with Grid and Flex Techniques

Solution retrospective
Hi,
Any feedback and suggestions are welcome.
Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@sudhanshusaurav
you should put a tag inside li, not li inside a. li must be the child of ul.
ex. - <li> <a href"#"> Text </a></li> you can do this. <a href="#"> <h2> Text </h2></a>
but not with li.
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