Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 397 Bytes

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>