Intro component with sign-up form Used HTML, CSS, JS
Design comparison
Solution retrospective
Feedbacks are most welcomed! Help me improve.
Community feedback
- @anar-solPosted about 3 years ago
Hello!
-
I could be wrong, but I think the block containing "Try it for free 7 days..." is a simple message, not button.
-
Do you know that you can use a specific type for input element? An input element with
type="password"
, for example, hide the taped text, an input element withtype="email"
can natively check that the value entered is a valid email, etc. -
You can validate form data, natively using built-in form validation https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation
Marked as helpful0@mdajmalshadabPosted about 3 years ago@anar-sol thank you for your valuable feedback and suggestions 😊, will try to implement it
0 -
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