Skip to content

Instantly share code, notes, and snippets.

@tavareshenrique
Created July 14, 2020 00:58
Show Gist options
  • Save tavareshenrique/1d9927853b04cb52be5f0868862df118 to your computer and use it in GitHub Desktop.
Save tavareshenrique/1d9927853b04cb52be5f0868862df118 to your computer and use it in GitHub Desktop.
Reset CSS button style
button {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment