Skip to content

Instantly share code, notes, and snippets.

@juji
Forked from tavareshenrique/reset-button-style.css
Created May 12, 2024 16:28
Show Gist options
  • Save juji/c9f251c2b1f327b9ba91c2ad557226b6 to your computer and use it in GitHub Desktop.
Save juji/c9f251c2b1f327b9ba91c2ad557226b6 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