[u][b]HTML (form):[/b][/u] [code="html"]
Naam:
Email:
[u][b]CSS gedeelte (kan je gewoon in je huidige CSS file plaatsen):[/b][/u] [code=css] input { width: 100px; transition: width 1s ease; } input:focus { width: 300px; }