Skip to content

Bit #28

You can remove an element’s default styling with a single line of CSS.

button {
all: unset;
}