'Ignore * in css

In a project I have this style how can I make an element unaffected by this without modifying this rule?

*, p {
  font-size: 12px;
}
css


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source