Design comparison
Solution retrospective
I was faced with the mystery of how to correctly use the widths and heights, as well as how to use the display, but with a little research and practice it could be overcome.
What specific areas of your project would you like help with?I need help to be able to better manage the widths,height and display
Community feedback
- @divyodatasciPosted 3 months ago
The structure of your HTML is clean and well-organized, which is great. However, consider using HTML5 semantic elements or landmarks, such as <header>, <main>, and <footer>, where appropriate. This would improve accessibility and help screen readers and other assistive technologies better understand the structure of your webpage. For example, wrapping the content inside a <main> tag could be beneficial, as it clearly defines the main content area of the page.
Marked as helpful1
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