Design comparison
SolutionDesign
Community feedback
- @BlackpachamamePosted 10 months ago
Greetings! you have done a great job š
š Some suggestions
- For the images to be seen correctly in github pages, you must add a
.
to the beginning of the path. For example, the correct form for the avatar image would be:src="./assets/images/icon-arrow.svg"
- To the
label
elements you must add thefor
attribute with the same name as theid
of theinput
to which they refer - It allows me to place negative values and values that exceed the established range, for example: the number 15 for months, when the limit should be 12
- It also allows me to enter the 30th and 31st for the month of February
- It also does not validate leap years
Marked as helpful0@shubham00111Posted 10 months ago@Blackpachamame Thanks Marcos for the feedback. I'll follow up with the feedback and update my code.
1 - For the images to be seen correctly in github pages, you must add 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