Submitted over 1 year agoA solution to the Recipe page challenge
Responsive Recipe webpage using Html and CSS
@Nkugavarathan

Solution retrospective
What challenges did you encounter, and how did you overcome them?
I don't know how to center the container but now I know how to do that .container {
display: flex;
justify-content: center;
align-items: center;
}
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Nkugavarathan'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