Design comparison
SolutionDesign
Solution retrospective
first challenge done. i'll love to have your opinion! thanks in advance.
Community feedback
- @afrusselPosted over 3 years ago
Hi, nice work. As a first work this is really nice. There are few problems but it's ok for first attempt. I am confused about your breakpoint
max-width: 1000px
. Please check standard breakpoints value.Happy coding
Marked as helpful1 - @vanzasetiaPosted over 3 years ago
👋Hi!
I have some feedback on this solution:
- You should use
min-height
instead ofheight
on yourcontainer
. On mobile view the card gets cut off. - You should only have one
h1
for every page, also thests
should bep
element too not a heading. Use heading tags as a title of every section. - In this case, you can leave the
alt=""
empty, since it's just a decorative image.
That's it! Hopefully this is helpful!
Marked as helpful1 - You should use
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