July 22, 2024 /
1 min /
#css
#styling
#frontend
Reset default element styles
HTML elements like button
come with default style. You can use the CSS below to clean them up.
button { all: unset; outline: revert;}
HTML elements like button
come with default style. You can use the CSS below to clean them up.
button { all: unset; outline: revert;}