Skip to content

Latest commit

 

History

History

Password

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

HTML + CSS + JS

Component to insert and validate a password. This component mixes JavaScript with CSS3 capabilities.

<div class="Password">
    <input type="password" autocomplete="off" placeholder="Escribe tu clave">
    <i></i>
    <p>A lowercase letter</p>
    <p>A capital letter</p>
    <p>A number</p>
    <p>Minimum 8 characters</p>
</div>