Design comparison
SolutionDesign
Solution retrospective
I am unsure of the width of the card . What is the best practice center a div to the middle of the page without using flex on the body? How to find out the SEO rating of the web page?
Community feedback
- @elliezubPosted about 1 year ago
Hi! If you don't want to use flex, you can also set the container to margin:auto; and that should work.
To answer your question about SEO, you can check it in lighthouse in your chrome dev tools. Here's a link for how to do that: https://www.elegantthemes.com/blog/wordpress/what-is-google-lighthouse-and-how-to-use-it
Overall your project looks great! Nice work :)
1
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