Design comparison
SolutionDesign
Community feedback
- @FasunlePosted about 2 years ago
Hey @Boddaa,
This is a nice attempt. I would like to make a few suggestions.
Add image description i.e alt="Esmael's picture" so that it will be more accessible.
You should be consistent with either mobile-first approach or desktop-first approach. This will ensure that you stick with either
@media(min-width: )
or@media(max-width: )
Additional: try BEM methodology in naming css classes. You will love it!
1
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