Design comparison
SolutionDesign
Solution retrospective
I am still Learning... All suggestions on how to improve are welcome
Community feedback
- @ApplePieGiraffePosted over 2 years ago
Hi, Michael Obi! 👋
Nice effort on this challenge! 👏
Here are a couple of things I'd like to suggest,
- Using only one
h1
tag per page. This is a good practice since there should be only one most important heading on a page. In this case, you can simply use less-important headings tags (such ash2
andh3
) for the all of the headings in the card component. - Taking another look at the responsiveness of your site. Currently, there are some issues such as the content to the right of the page being cut off the screen and a horizontal scroll bar appearing along the bottom of the page at 900px-750px. Even if the desktop and/or mobile views of your site look good, it is important to make sure that your site looks great across all screen sizes so that as many people as possible can enjoy your work. If you’d like to learn more about how to make your site responsive, check out this helpful course.
Hope you find these tips helpful. 😊
Keep coding (and happy coding, too)! 😁
Marked as helpful2 - Using only one
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