Design comparison
SolutionDesign
Solution retrospective
Hello world ! π
I tried my best, do not hesitate if you've any advice. π
Have a nice sunday !
Community feedback
- @vanzasetiaPosted over 2 years ago
Hi there! π
Congratulations on completing this challenge! π
I notice there is
<ddiv>
tag in the HTML. I am pretty sure that you meandiv
, right?Some more suggestions.
- There should not be text in
span
anddiv
alone whenever possible. Instead, wrap the text with a meaningful element like a paragraph element. - For the statistic, I recommend using a list element.
- The attribution should live outside the
main
landmark. It should live inside thefooter
landmark. - Never limit the height of the
body
element. It will not allow the users to scroll the page if the page content needs moreheight
. You can see the issue by looking at the site on a mobile landscape view. So, my recommendation is to usemin-height
instead.
That's it! I hope this helps!
1 - There should not be text in
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