Submitted over 3 years ago
Single Price Grid Component using HTML+CSS
@sammyhawkrad
Design comparison
SolutionDesign
Community feedback
- @grace-snowPosted over 3 years ago
Hi Sammy
I'd spend a bit more time on this paying attention to styling details to make this like the design
- Text colors
- background colors
- borders
- shadow color and spread
- max-width of grid and/or lines of text
I'd also revisit the html. Remember text can't only be in a span or div, it always needs to be in a meaningful element. If you're putting lots of line breaks in, it's probably a sign that should be a list.
And use classes for styles, not IDs or inline style tags. This will become really important in bigger challenges later.
Good luck
1@sammyhawkradPosted over 3 years ago@grace-snow Thanks for your feedback, I will revisit and work on the points you have highlighted. I didn't even realise my font colour had changed.
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