Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I think I made a good job with semanthic html.
What challenges did you encounter, and how did you overcome them?I had difficulties because the design showed padding before the body, but I managed to replicate it in my project
What specific areas of your project would you like help with?I had problems making the image with a better size in the version below 639px
Community feedback
- @HartmannsgruberBenPosted 2 months ago
The table at the end contains a line under the last entry. You can solve such a problem with pseudo-classes like tr:not(:first-child) td {}, which allows you to set propertys on elements which matches the case. https://www.w3schools.com/css/css_pseudo_classes.asp
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