Design comparison
SolutionDesign
Community feedback
- @Kamasah-DicksonPosted over 2 years ago
Your solution looks great and very closer to the actual design. To help you with the accessibility issues you are having.
-
There should always be a label whenever you use an input type and in your case now remove the type attribute from your label and add it to the input
-
Set border: none on your button;
-
The disable property on your input must have a default value or don't declare it at all.
Besides good job there. have a great day and a happy coding👍💻
Marked as helpful1@Magic-CookieePosted over 2 years ago@Kamasah-Dickson thank you for very helpful feedback!
0@Kamasah-DicksonPosted over 2 years ago@Magic-Cookiee you are always welcome👍💪
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