Alternative Huddle landing page. Using flexbox, grid and CSS position

Solution retrospective
Feedbacks are welcome !!!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Jeen-Presh
Hello Hassia, congratulations on completing the fem challenge.
Some tips to help improve your project
- best naming convention for classes and id's, is to separate the names using
"-"
instead of"_"
more info naming conventions
- you should use the
address
element to wrap the address section instead of article
more info address element MDN link
- it's not best practice to use an
article
element inside a footer. wrap them with divs instead
Happy coding. if you found this helpful, make sure to mark as helpful thanks.
- best naming convention for classes and id's, is to separate the names using
- @MohmedElshaarawy
Hello Hassia, congratulations on completing the fem challenge.
Some tips to help improve your project
best naming convention for classes and id's, is to separate the names using "-" instead of "_" more info naming conventions
you should use the address element to wrap the address section instead of article more info address element MDN link
it's not best practice to use an article element inside a footer. wrap them with divs instead Happy coding. if you found this helpful, make sure to mark as helpful thanks.
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