Trying to solve Profile card component

Solution retrospective
Hello world ! 😎
I tried my best, do not hesitate if you've any advice. 😉
Have a nice sunday !
Please log in to post a comment
Log in with GitHubCommunity feedback
- @vanzasetia
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!
- There should not be text in
Join 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