Responsive landing using flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Ridwan10000
@DiegoAlvees Congratulations on completing the project. Inputs related to personal information should have autocomplete attribute set to on. Like this
<input id="email" type="email" placeholder="email@company.com" autocomplete="on">
. Notice I changed the id of the input for accessibility purpose. Making the id of input same to the for attribute of label would give the label some powers. Clicking on the label will make the input focused.
Join 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