8 lines
123 B
HTML
8 lines
123 B
HTML
<!doctype html>
|
|
<style>
|
|
input:focus {
|
|
outline: 1px solid green;
|
|
caret-color: transparent;
|
|
}
|
|
</style>
|
|
<input autofocus>
|