If you meant the outline when the input gets focused(I'm making a big guess here) : HTML↓ <input id=txt /> Css↓ #txt:focus { outline: none ...
確定! 回上一頁