Skip to content

Instantly share code, notes, and snippets.

View diegoleondev's full-sized avatar
Aportando al Futuro

Diego Leon diegoleondev

Aportando al Futuro
View GitHub Profile
@diegoleondev
diegoleondev / normalizeButton.css
Created June 12, 2022 16:13
Reset <Button> with CSS
button {
appearance: none;
color: white;
text-align: center;
align-items: flex-start;
background-color: orange;
padding: 1px 6px;
border: none;
outline: none;
}