Design comparison
SolutionDesign
Community feedback
- @mattstuddertPosted about 5 years ago
Awesome work on this challenge, Pedro! 👍
Here are a few pointers after taking a look at your code:
- You currently don't have a
h1
on the page, which I'd always recommend having. - Your
input
should have anaria-label
attribute, as it isn't paired with alabel
. This will make it accessible to screen reader users. - I'd recommend removing the
br
tags from the paragraph, as you'll see on mobile it makes the text break in awkward places. Instead, let the width of the containing element dictate the width of the text.
Keep up the great work!
0 - You currently don't have a
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