
Design comparison
SolutionDesign
Community feedback
- @Matt1208DevPosted about 1 month ago
Dear Raivis,
I have identified a few errors in your code.
Regarding your HTML:
- You did not provide the "alt" attribute for your image.
- Avoid using the <br> tag. The style of your page should depend only on your CSS.
- You should not use the <table> tag to arrange your avatar and its name.
Regarding your CSS:
- Study the conventions and best practices for naming CSS classes. Keep in mind that a developer reviewing your page with several hundred lines of code should quickly understand what it's about.
Aside from these few remarks, your visual is well done.
If you allow me one last piece of advice: if you haven't done so yet, learn to use CSS Flexbox; it will change your life in your layouts.
Marked as helpful0 - @reemdalabPosted about 1 month ago
- yes
- it is accessible 3.no it doesn't looks good
- yes
- no , not different
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