Multiple choice css

To define the space between the element's border and content, you use the padding property, but are you allowed to use negative values?

  1. Yes

  2. No

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

padding cannot be negative because it's internal space between an element's border and its content: you can't have less than zero space inside an element. Negative values are valid for margins but not padding.