Posts by Pedro Marins • 1 point
1 post
-
0
votes1
answer136
viewsQ: Normalize css and reset Global
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…