button

リンクのような見た目にする

.link-like-button {
  appearance: none;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.link-like-button:active {
  color: inherit;
}

参考:

button要素のcssをリセットしたい – Qiita

記事をシェアする:
タグ:

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Protected by reCAPTCHA