Design comparison
SolutionDesign
Solution retrospective
Only CSS y HTML.
Community feedback
- @IEdiongPosted almost 3 years ago
Hello @bmsebastian2 👋, here are some things you could work on:
- The font. You seem to be using the wrong font-family, look into the style guide for the right fonts.
- The width of the
.container
does not flow well. You could set amax-width
on the.container
at all screen sizes. Try not to use%
for this. - You should also look into the accessibility issues raised here.
I hope this was helpful, Shalom!
Marked as helpful0
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