Design comparison
SolutionDesign
Solution retrospective
This is my first challange and English isn't my first languange, so i'm sorry for the grammar mistakes.
I think the transition to mobile display is kinda messy. Can i get some feedback for that?
Community feedback
- @vanzasetiaPosted over 3 years ago
👋Hi raspow!
I have some feedback on this solution:
- You can increase the
max-width
value on your@media
query. On screen that has more than375px
width, let's say640px
, it should not be on two columns yet. - Don't use
id
for styling, use class instead. - Use heading tags in chronological order, like from
h1
toh6
also for the stat item you can usep
instead of headings, since heading is used for titling section.
That's it! Hopefully this is helpful!
Marked as helpful0@grtrspwPosted over 3 years ago@vanzasetia hey thanks for your feedback and i followed your advice! In my second challange i use class instead id
0 - You can increase the
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