Design comparison
Community feedback
- @grace-snowPosted over 3 years ago
Hi
Styling looks good. Just the html needs some work where you have the stats. Text must not just be in spans / divs. You need to choose appropriate semantic elements for that data like a list or maybe 3 paragraphs.
Also try to get the vivid purple color over the image to match the design a bit closer if you can. I think you need a blend mode like multiply not just opacity
Good luck
1@grace-snowPosted over 3 years agoAlso noticed one really important change needed in the css - font size always needs to be in a responsive unit like rem/em, not pixels.
1@VbanetyPosted over 3 years ago@grace-snow Hi, First of all, thank you so much about feedback. Ok, I`ll change the semantic of HTML, list is the better away instead of span. And I need to study about this kind of pixels.
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