Submitted 11 months agoA solution to the Recipe page challenge
Responsive Recipe page using css flexbox
@djklive

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
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on djklive'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