Design comparison
Solution retrospective
Any suggestions how can I improve the mobile version for this ?
Community feedback
- @kens-visualsPosted about 3 years ago
Hey @Gosai99nikita 👋🏻
I've got just a quick tip on how to fix the accessibility issues.
- In your code,
<div class="container">...</div>
should be `<main class="container">...</main>. These will fix the accessibility issues, just don't forget to generate a new repot once you fix the issues.
I hope this was helpful 👨🏻💻 well done on the project. Cheers 👾
Marked as helpful0@Gosai99nikitaPosted about 3 years ago@kens-visuals will surely make the changes. Thank you
0 - In your code,
- @fidellimPosted about 3 years ago
Hi, procoder!
Great job finishing this project. To improve your project in general, it would be better to not use the
<table>
tag. This tag isn't that much used anymore as better solutions were made like flexbox and grid. You can learn and apply these using the links mentioned below:If you are also interested in mimicking the color overlay of the image, let me know.
I hope it helps :)
Marked as helpful0
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