Hello,
How to create a form border like this on focus:
input[type="text"]:focus{ border:1px solid red;
box-shadow: 0 0 1px red;
}
On type the redline and the font turns blue and the font turns black. How?