Answers for "how to remove default style of a css"

CSS
-1

how to remove default styling of a tag

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

Browse Popular Code Answers by Language