버튼 기본 디자인 초기화 시키기 button { all: unset; }
버튼 기본 디자인 초기화 시키기
button { all: unset; }
버튼 누를때 효과주기 - 스케일 조정 button:active { transform: scale(0.98); }
버튼 누를때 효과주기 - 스케일 조정
button:active { transform: scale(0.98); }
새로 알게 될 때마다 추가해야지(●'◡'●)