Answers for "how remove a tag all default style"

CSS
-1

how to remove default styling of a tag

a {
            all: unset;
        }
Posted by: Guest on August-19-2020

Code answers related to "how remove a tag all default style"

Browse Popular Code Answers by Language