7 lines
79 B
HTML
7 lines
79 B
HTML
<!doctype html>
|
|
<style>
|
|
input {
|
|
outline: 1px solid green;
|
|
}
|
|
</style>
|
|
<input>
|