Resposive mobile using CSS flex tools

Solution retrospective
I'm most proud to have seamlessly completed the desktop and mobile view of the Recipe Page challenge. I'll use Semantic HTML5 instead of Div on my next web challenge!
What challenges did you encounter, and how did you overcome them?I faced a significant challenge while attempting to make my webpage responsive. Initially, I had wrapped the entire page in a column, which caused some issues. After some investigation, I realized that turning off the flex-direction on the page solved the problem, and everything worked out perfectly fine.
What specific areas of your project would you like help with?For this challenge, I wrapped my entire page in a div container. If I were to use semantic HTML, how would I style it?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @leonp84
Hi, the design looks great. For semantic HTML I would use
<main>
as a tag for the page wrapper.So
<main class="page">
instead of<div class="page">
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