DEV Community

Cover image for Sign Up
Amina
Amina

Posted on

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/

Desktop design

mobile design

Top comments (1)

Collapse
 
vannhat820 profile image
Trương Văn Nhất

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 to border: 1px dashed transparent for section .info input selector