-
input box 테두리 변경방법Study/css 2020. 5. 4. 10:57
input 박스를 클릭 했을떄 나오는 테두리 색상 변경하기
input:focus {outline:2px solid #d50000;}
input 박스를 클릭 했을떄 나오는 테두리 색상 없애기
input:focus {outline:none;}'Study > css' 카테고리의 다른 글
figure태그, figcaption태그 (0) 2020.05.11 div box를 가운데 정렬하는 방법 (0) 2020.05.04 position: fixed; 된 친구를 어떻게 가운데 정렬할 것인가?! (0) 2020.04.10 overflow tag (0) 2020.04.09 text-decoration: none; (0) 2020.04.08