
How to Remove Every CSS Rule From an Element
If you want to reset all previously applied stylings to an element, you can use this one single CSS property:
Copied to clipboard!
.reset {
all: unset;
}
This will reset all CSS properties expect unicode-bidi
, direction
, and custom properties. This is done by setting their values to initial or inherited. It can take the following values:
Note that it is unsupported in IE.


Resources:
π More Webtips
Master the Art of Frontend
Access exclusive interactive lessons
Unlimited access to hundreds of tutorials
Remove ads to learn without distractions
Courses

CSS - The Complete Guide (including Flexbox, Grid and Sass)
Including Flexbox, Grid, and Sass
Whether you're learning CSS for the first time or brushing up on your CSS skills and diving even deeper, this course is for you. Every web developer has to know CSS.

The HTML & CSS Bootcamp
From Zero to Expert!
This course covers flexbox, CSS grid, animations, responsive design, and much more! You will find tons of exercises & projects inside this course.

The Creative HTML5 & CSS3 Course
Build Awesome Websites
Learn HTML5 and CSS3 by creating three amazing, well-designed and animated websites from scratch.