Design comparison
SolutionDesign
Community feedback
- @iprinceroyyPosted over 2 years ago
Hey @JoeMarv, I would suggest some points here:-
- There should be one main landmark to avoid accessibility issues, where goes the content like this <body><main>Your content....</main></body>
- You can't use the h1 tag more than once, the perfect way here is HTML: <h1>we're <span>coming soon</span></h1> CSS: span{display: block; } .heading{ padding: apx; } Set the value of "a" such that the h1 element gets aligned similar to the design.
- Use a label tag for the button element to avoid HTML issues.
- img tag must have alt attributes.
Hope it adds to your learning. Happy Coding :)
Marked as helpful0
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