Skip to main content

Command Palette

Search for a command to run...

Deleting all browser default styles for an element.

Updated
1 min readView as Markdown

instead of using all these

button{

backgound:none

border:none

color: inherit

font:inherit

outline:non

padding:0

}

use:

button{

all:unset

}

It will unset all your element styles.

More from this blog

Chowhan's blog

29 posts

A Passionate software developer