Design comparison
SolutionDesign
Community feedback
- @iprinceroyyPosted over 2 years ago
Hey @EduardLucaci, Great work. You need to focus on some points here:
- Those avatar images with title, you can use figure & figcaption tag for that figcaption.
- Use the blockquote tag for quotes text.
- Use relative unit instead of px unit. 1rem = 16px.
- At least use level one heading, if there's no requirement h1 element then set its font size to 0
h1{font-size: 0; }
. - You should write a media query for the tablet as well, it's not perfect for iPad.
I hope it adds to your learning. Happy coding :)
0
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