Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
My java skills improved, learned more about clamp and don't using height
Community feedback
- @ValsCodesPosted about 1 month ago
Great job!
I barely have anything to say. Here is what I came up with:
- notice where the share button is in the design compared to the solution, a little margin on the right won't hurt
- try to stay away from using px as a unit especially when setting max height or width, there are some good extensions that convert px to em, rem and other units
- I couldn't see a sematic HTML tag used, adding role="main" to your main div is more than enough
Great job overall! Very impressive scss and solution, keep going!
Marked as helpful0@cendyzPosted about 1 month ago@ValsCodes Thank you!
- I thinked about margin right in this part but finally I don't added it
- Next time I can use em instead of px, no thinked too much about it
- When I creating "card" like this project, I don't think about main/header/section etc. tags but if it will be better with "main" tag then ok
🫡
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