I've seen several internet tutorials about css reset
teaching that you should never use asterisks to apply the modifications.
For example:
* { margin:0; padding:0; }
But along with the claim that doing this is problematic, I've never seen an explanation of why you can not do this .
What is the reason why using the asterisk in css is not recommended? Is there any risk?