Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud that i was able to complete the challenges
What challenges did you encounter, and how did you overcome them?The problem that i encounter was to center the second column of my table at the end of my table. Because i use a display: flex;
on my table, to overcome that problem i used a flex: 1;
to Make all td elements equal width and it center my second column
I think i may need help with the height and width of my recipe
Community feedback
- @Master-X2000Posted about 1 month ago
for your height and width, you can check out Dave Gray CSS tutorial where he explains extensively on the various units used in CSS. From absolute like the "px" to relative like the "rem or em"
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