카테고리 없음

iOS 아이폰 Input 태그에 기본 스타일 제거하기

진도리 2020. 1. 25. 20:27
input {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}

 

저작자표시 (새창열림)