Design comparison
Solution retrospective
Please, let me know your feedback.😊
Community feedback
- @PhoenixDev22Posted almost 3 years ago
Hello @luissitoe ,
I have some suggestions regarding your solution :
-
You can use <ul> to wrap the
class="stats__wrapper">
-
The number and word have to be read together to make sense so need to be in the same meaningful element. so only a
span
or maybestrong
tag needs to wrap the numbers. the words likecompanies
should not be in paragraph tags. They don't need to be wrapped in anything as they are already inside a meaningful element (list item). -
To improve the image overlay effect you should use blend modes. I prefer to leave the image in html. you can use background color, Use mix- blend mode and opacity to make it more like the design.
Overall , your solution is good, Hopefully this feedback helps.
Marked as helpful0 -
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