Design comparison
SolutionDesign
Solution retrospective
Had fun completing this challenge and it was a very nice challenge to write HTML code with desktop layout in mind as well and really happy did this in 1 day with tailwind
Community feedback
- @denieldenPosted about 2 years ago
Hi Pulkit, congratulations on completing the challenge, great job! 😁
Some little tips for optimizing your code:
- add
header
tag and wrap thenav
to improve the Accessibility - use
footer
tag instead of the lastsection
to improve the Accessibility - also you can use
article
tag instead of a simplediv
to the container card of Latest Article section to improve the Accessibility - use
ul
element fot the link of navbar
Hope this help! Happy coding 😉
0 - add
Please log in to post a comment
Log in with GitHubJoin 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