Reset
The reset.css file is used to reduce browser inconsistencies.
Reset class #
The .reset
utility class is used to reset the native style of any element (e.g., buttons and form controls).
.reset {
background-color: transparent;
padding: 0;
border: 0;
border-radius: 0;
color: inherit;
line-height: inherit;
appearance: none;
}