Submitted about 3 years ago
Intro Component with signup form using Html, CSS, Flexbox, JavaScript
@its-me-musa
Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome
Community feedback
- @dewslysePosted about 3 years ago
Good job on this challenge. Some things to note:
Background
properties (image, color, size, repeat) should be applied to thebody
- You should set a
max-width
(e.g.: 1110px) on the desktop.container
to prevent content from spanning the full width of the page. - In the design, the texts in the desktop view are left aligned.
- Remember to wrap the content within the
<body>
(excluding.attribution
) in the<main>
. This would add a landmark element in your document and also resolve all the accessibility issues.
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