0
Is there any way to use Normalize css and at the same time give a global reset on style sheets? I use the reset like this in my css:
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
But even putting my file in the rel link after normalize css it can’t overwrite. Is there any way to make it work along with normalize?
Why don’t you give a ! Mportant?
– Anderson Henrique