TAG
CSS
Result
Run
License
<form> <p>Click on the text box and choose any option suggested by your browser.</p> <input type="text" name="name" /> <input type="email" name="email" /> </form>
input:focus-visible { outline: none; } @supports selector(input:autofill) { input:autofill { border: 1px solid orange; } }
Console
expand_less
License
License
by DevDic
Close