Submitted almost 5 years agoA solution to the Intro component with sign-up form challenge
Intro-signup-form-master HTML & CSS
@mohzys23

Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @alex-kim-dev
Nice try on this challenge! Here are a few things you can improve:
- i think the background for this challenge is intended to be fullscreen
- not all text elements use provided fonts
- try to use custom js validation instead of the native one, add feedback messages for empty inputs as mentioned in the design
- interactive controls' states should be styled (
:focus, :hover, :active
) - using floats for layout building can cause some problems, more appropriate solution is to use flexbox / grid
- i don't think the upper blue thing should be a button, to me it's a heading inside of the form
- try to be more descriptive with the values of
aria-label
, eg 'Signup form' instead of just 'form' - there's no need to put
br
between the inputs
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