Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted about 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
-
To not only improve your HTML’s code but to identify the main content of you page, you will want to wrap your entire component inside the
Main
element. -
Remove the
min-height: 31em;
from your component's container; it is not needed. -
A
Media Query
is not needed for this challenge. Using responsive properties will do in making your content responsive.
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding! 🍂🦃
Marked as helpful0@virgile-labPosted about 2 years ago@vcarames Thanks for your suggestions ! I updated my code.
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