본문 바로가기

컴퓨터

CSS button 버튼 기본 디폴트 스타일 제거 디자인

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}