Design comparison
SolutionDesign
Solution retrospective
I could not make it responsive although I used flexbox and media query. so I hope you guys help me. and thanks for your efforts.
Community feedback
- @ChamuMutezvaPosted over 3 years ago
- your font size is too tiny especially on mobile - it's hard to read and that is because you removed this code from the html
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- use semantic html elements instead of divs where possible, that is elements like header, main, footer etc
- let your headings descend in order . The first heading should be an h1 , then an h2, and so forth . Do not skip headings.
SUGGESTION
- Start with a challenge of a lower level than this one and once you get the basic right then you can then move to a level 2 challenge
- use the slack channel for quick help when doing a challenge
Good lucky
Marked as helpful0@yousef3bkerPosted over 3 years ago@ChamuMutezva oh, thank you. I added the missing line of code and it works!
0 - your font size is too tiny especially on mobile - it's hard to read and that is because you removed this code from the html
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