I create a sign up page using html, css and js.🚀
To be sure that user write a valid input i use the regex in js.
Repo link: https://github.com/minalfatih/Sign-Up
Live link: https://minalfatih.github.io/Sign-Up/
I create a sign up page using html, css and js.🚀
To be sure that user write a valid input i use the regex in js.
Repo link: https://github.com/minalfatih/Sign-Up
Live link: https://minalfatih.github.io/Sign-Up/
For further actions, you may consider blocking this person and/or reporting abuse
56kode -
Ellis -
Sanjeev -
Lithe -
Top comments (1)
It seems that your website is experiencing a small css error about the border of the "Sign Up" button, which causes users hovering on this button to have a twitching phenomenon on the website.
Suggested edit: change css from
border: none
toborder: 1px dashed transparent
forsection .info input
selector