Design comparison
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?
Community feedback
- @leonp84Posted 7 months ago
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">
0@OmowunmikamilPosted 7 months ago@leonp84 Thank you for the feedback I will work on the corrections.
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