Submitted over 3 years ago
Website using html, scss, BEM, mobile first workflow
@JuanDa15
Design comparison
SolutionDesign
Solution retrospective
open to any feedback and recommendations
Community feedback
- @grace-snowPosted over 3 years ago
Hi
This looks a little broken for me on mobile with some white space at the top of the card. And on mobile landscape all the content is cut off. I’ll add some screenshots to slack so you can see what I’m seeing
Html semantics need a little work but not far off
- this card shouldn’t have a header element, especially if it only contains a decorative img. This whole card could be an article if you wanted (no section or header needed)
- decorative images like the background pattern should either be background images in css, or have blank alt text if in the html
- the image of victor is a meaningful image and should be in the html with alt text
- the stats need to be 3 bullet points in an unordered list. Never have text in a div or span alone, always wrap in a meaningful element
I hope this helps
Marked as helpful1@JuanDa15Posted over 3 years ago@grace-snow Hi, thank you so much, i will correct that
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