mobile responsive, css, html, flexbox, mobile first

Solution retrospective
The most proud of solution with borders in table, there was a small space and i found a way new for me which I've never met before.
table {
border-collapse: collapse;
}
- the code helped to delete the annoying small space between cells.
Next time i will do everything starting by centering all tags by flexbox;
What challenges did you encounter, and how did you overcome them?The most proud of solution with borders in table, there was a small space and i found a way new for me which I've never met before.
table {
border-collapse: collapse;
- the code helped to delete the annoying small space between cells.
Oopps, about tables....
What specific areas of your project would you like help with?I would like to find out your opinion about my code and how to improve it. It would be so nice from you. Thanks in advance for your help :)
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on 🔅 Yuliya 🐈's solution.
Join 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