Develop/Web
[WEB / HTML] 크롬 input 클릭 시 나타나는 테두리 지우기.
Codit Develop
2018. 11. 3. 10:39
반응형
/* css */
input{
outline-style: none;
}
반응형