Design comparison
SolutionDesign
Solution retrospective
I`m open to any kind of feedback. Thank you!
Community feedback
- @cyberspatialPosted about 3 years ago
Good solution. Few things I want to add
- For a Desktop site , you had used flex to center the content, but in the given design it was left aligned so u could use " text-align:left", U can also change using the flex-box if the flex-direction is row, then u can use "justify-content:flex-start", if the flex-direction is column then you can use align-items:flex-start.
- You could remove your accessibility issues by changing <div class="card"> to <main class="card"> and changing <div class="attribution"> to < footer class="attribution">
Marked as helpful1 - @afrusselPosted about 3 years ago
Good work. Nice try. Just playing with height for main container. I would like to request you please take a look of [my solution] (https://afrussel.github.io/stats-preview-card-component-fm/) it may help you to find your issues
2
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