Latest comments
- @andreasremdt@NaQu2003
It looks cool, but it would be even better if u implemented a logic that throws an error when user selects above 28 day or 29 year in specific year in February, or when someone sets 31 days in moth that has only 30 days.
- @ebeeraheem@NaQu2003
Have you tried using pixels? I can see that you set up this top,right and bottom,left: but you can move those images with pixels or percantage
- @zetmosoma10@NaQu2003
Looks fantastic, have you thought maybe about reseting border color and color of input when person presses a keydown? I can see that when a person enters wrong email adress, borders and colors stays red :D
Oh, and instead of using height:100 vh i would recommend min-height:100vh; because on some devices height:100vh may cause some problems
- @jxckfrost@NaQu2003
Hi, great job i have one advice to tell you :D I hope you will find this usefull ;)
Use min-height: 100vh for body instead of height: 100vh. Setting the height: 100vh may result in the component being cut off on smaller screens, such as mobile devices in landscape orientation
Of course it's not needed in that project, but for future challanges that you will take it can be usefull :)
Marked as helpful - @Kvisus@NaQu2003
You should use a form with fieldset of radio and then you listen to submit event. I'm afraid that your HTML needs a bit of changing
- @Cheosphere@NaQu2003
Hi, it looks great! I wanted to ask also how you do it that your websites look 1:1 to designs?