Design comparison
SolutionDesign
Solution retrospective
Any feedback or tips welcome!
Community feedback
- @BayouraPosted about 3 years ago
Hey, good job on this project! I only have a few thoughts for improvement:
- I would suggest adding the
border-radius
property on.imgCard
and.content
to get the rounded corners. - When resizing the window to get smaller the stat headings ("companies templates queries") kind of crash into each other at a certain point. So I would add some
padding
to prevent that. - To get the colour of the image closer to the original, you could use
background-blend-mode: multiply
in combination with the accent colour asbackground-color
(hsl(277, 64%, 61%)).
Hope some of this is helpful! :)
Marked as helpful0 - I would suggest adding the
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