반응형 input:focus1 css input박스 클릭했을 때 테두리 색상 없애기& 변경하기 input박스 클릭했을 때 테두리 색 변경하기 input:focus { outline: 1px solid red; } input박스 클릭했을 때 테두리 없애기 input:focus { outline: none; } 2021. 5. 12. 이전 1 다음 반응형