
Solution retrospective
I'd do the table implementation differently the next time. I'm proud of almost everything because it's my first ever good looking HTML, CSS project :D
What challenges did you encounter, and how did you overcome them?Tables was hard and the mobile implementation took me some time to understand but i think it turned out good. I mainly used AI to overcome them.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@jonmc89
Great Job, I have a tip that I learned through the platform. Next time you take a challenge try starting with the "Mobile View" first. I find that its easy to scale up and will take less code to fit to other view ports.
You can then the media queries like so:
@media screen and (min-width: insert width here){}
Give it a go :)
Marked as helpful
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