Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I was able to complete the project in less than two hours
What challenges did you encounter, and how did you overcome them?No challenges at all. The project was quite easy.
What specific areas of your project would you like help with?Any correction will be well welcomed
Community feedback
- @marliedevPosted 21 days ago
Overall a Solid Work that Looks fine. Here are some improvement Tips
- Work with kebap-case naming style when it comes to CSS classes or custom properties. CamelCase ist for scripting buddys.
- make it more readable. Think of components and its different parts. Have a Look at BEM Methodology. e.g. card->card__image, card__heading..
- dont work with fix values for widht and height. Only (If needed) for max/min-width. Better use relative sizes(%)
- use rem instead of pixels
Marked as helpful0@Fr1nk5shPosted 19 days ago@marliedev thanks a lot. I'd make the necessary adjustments soon
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