ボタンのデフォルトスタイルをリセットする

CSS

button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
  text-align: inherit;
}

テストページ

ボタンのデフォルトスタイルをリセットする