Design comparison
SolutionDesign
Solution retrospective
Hello guysβ. Please check my code and tell me how is itπ? I hope you enjoy with it.
Community feedback
- @tedikoPosted over 3 years ago
Hello, N3SHOW! π
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.brand
,.img-elem
images, 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
1350px
screen size in Responsive Design Mode. Your container doesn't take 100% width and there is a white free space. Setwidth: 100%;
on `.container1 that should solve that problem.
Keep up the good work! πͺ
0 - Change the
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