Hello Designer in today's blog you will learn how to create a login form using html and css only.
what is in this Login Form ?
1 On focus input field a bottom border came.
2 On hover button a color changing animation will came.
3 On hover Icons icons shape change from curve rectangle to circle.
Design Preview :
Login Form Design View
On Focus Input Field Design View
On Hover Icons Design View
For input field border form bottom we first use border property none and hide all the border form the input field then user border-bottom property and set the color.
For change color of the button on hover we use hover pseudo class
For change the shape of the icons on hover we use hover pseudo class and border radius property.
Video Tutorial :
Code Preview :
HTML FILE
CSS FILE
Download Full Code Click Here to download full code
Post a Comment