Design comparison
Solution retrospective
Experimented a bit with responsiveness, code seems a bit messy. Any tips are welcome!
Community feedback
- @tedikoPosted over 3 years ago
Hello, Nikita! 👋
Well done on this challenge! Here's a few things I'd suggest you to take a look at:
- Change the
alt
attributes for the.card
images/avatars, as they don't add any extra context for screen reader users. Since your images are decorative youralt
text should be provided empty (alt="") so that they can be ignored by assistive technologies. - Take a look at my feedback in your previous solution. I think you didn't notice I commented 😅 You did excatly same here where you have only media queries for mobile and desktop, nothing between.
- Use Responsive Design Mode to see how your website behaves on different devices. To toggle it press
CTRL+SHIFT+M
on Firefox, andCTRL+SHIFT+C
on Chrome.
Keep up the good work! 💪
1@WidePeepoHappyPosted over 3 years ago@tediko Hi! I have seen your comment on my previous solution, but haven't got the time to change it yet. And for this one i thought I would make it responsive until it reaches mobile size. What sizes would you recommend making queries at? Thank you for your feedback my solutions :)
0@WidePeepoHappyPosted over 3 years ago@tediko worked on this one too, should look better now
0 - Change the
- @AgataLiberskaPosted over 3 years ago
Hi there, well done on this challenge, it looks great! The only thing I noticed is that when I open the page on my desktop, I get a scroll bar and the bottom background image doesn't quite reach the bottom of the page. (If you're on slack, I can send you a screenshot of what I see).
I guess you could also include some more semantic HTML elements, like
main
orsection
, andarticle
for the reviews.1
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