Mini CSS3 Log in form
This creation was designed by Ben Hayman. Basically, it's an image, but i want to convert it into pure CSS with most of basic features, as border-radius
, box-shadow
, gradient-background
, text-shadow
and with the CSS selectors :target
/:hover
.
On clicking on the tet field, you can see the label color become lighter, that's created with a simple :target
link
And by clicking on "forgot your password?" making appear an other window who let you enter your email to retreive your password ( php or what you want ).
and this is created with a :target
too.