Submitted over 2 years ago
Mobile-first and responsive page using Flexbox
@GuiSilveira
Design comparison
SolutionDesign
Solution retrospective
Hey, guys! Feel free to say how can i improve my code.
Community feedback
- @vanzasetiaPosted over 2 years ago
Hello, Guilherme! 👋
Good effort on this challenge! 👍
Some recommendations from me:
- I would recommend removing the
header
element.header
element should contain things like the logo, navigation links, and, call to action button. In this case, the illustration should live inside themain
element as part of the card content. - Also, in addition to the previous feedback, the illustration and the music icon should not have alternative text. This is important because the screen reader users might get confused with those images that have nothing to do with the page content.
- Don't limit the height of the
html
and/or thebody
elements because by limiting theheight
of the page, the users will not allow the users to scroll the page if the page content needs moreheight
. You could see the issue if you view the site on mobile landscape view. So, usemin-height
instead. - Also, like @Old1337 has mentioned earlier that the site should have a background image so, if you add it then the site will look more similar to the design.
That's it! I hope this information is useful! 😁
Marked as helpful1@GuiSilveiraPosted over 2 years ago@vanzasetia Thx a lot by that feedback! I will use your tips on my next projects!
0 - I would recommend removing the
- Account deleted
looks good,
all you need is to add the background image and will be perfect
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