Skip to content

Creating a simple sign up form using html and css validations

Notifications You must be signed in to change notification settings

benxta4424/sign_up_form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In this project i implemented basic form features such as: adding inputs and their labels,submit button and validations!

The website is optimized for zoom-in/zoom-out scenarios as well.

I didnt implement the same optimizations for the form as well in case the user needs to zoom in to put his/hers data in.

How the form turned up to look like:

signnn

A cool feature added as well, when the Log IN button is hovered, another button is appearing.

The creation of the hovered button is done with the pseudo-element 'after'.

We create the button with after and use 'transform(0)' to hide it and use 'transform(1)' when hovered in order to show it.

Quick preview:

ezgif-4-6a99791e61

About

Creating a simple sign up form using html and css validations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published