Design comparison
SolutionDesign
Solution retrospective
Stats Preview Card Project: I will be glad to know your opinion about my project 😄
Community feedback
- @muhammadshajjarPosted about 3 years ago
Hi, Nice work! some suggestions would help you
- By using width on your content and image cause horizontal scroll or your content is gets cut on the window at some viewports, use
max-width
instead, and adopt the habit of not specify fixed heights and widths, it would create unexpected issues for you. - It is highly recommended to read style-guide.md, In the style guide there are two font families, that would be better to use instead of using Ubuntu, font family highly affected your style if you want to get pixel perfect solutions.
- Have a look at mix-blend-mode or background-blend-mode to put an overlay on your images as it is in the design
0 - By using width on your content and image cause horizontal scroll or your content is gets cut on the window at some viewports, use
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